Forum begins after the advertisement:


[Part 12] Withering of Plant Problem

Home Forums Video Game Tutorial Series Creating a Farming RPG in Unity [Part 12] Withering of Plant Problem

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #17390
    Tarha Apustaja
    Level 4
    AI Assistant
    (BETA)
    Helpful?
    Up
    0
    ::

    Based on the reference information provided, the code snippet appears to be a modified version of the SwitchState method from the CropBehaviour script. The key differences are:

    1. Added a conditional check if (this.health <= 0) before resetting health to maxHealth in the Seedling state.
    2. Replaced RemoveCrop() with harvestable.GetComponent().onInteract.AddListener(RemoveCrop) for non-regrowable crops.

    However, without more context about the specific issue being solved, I cannot definitively confirm if this is the correct fix. The reference information does not provide explicit guidance on these specific code modifications.

    #17392
    Jonathan Teo
    Level 18
    Moderator
    Helpful?
    Up
    0
    ::

    Good that it works now. SwitchState was probably unintentionally called somewhere so adding that check prevented it from resetting

Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.

Go to Login Page →


Advertisement below: