Reply To: Any Property can be used as PersistantIndex for FSMState

Forums 💬 NodeCanvas 🗨️ General Discussion Any Property can be used as PersistantIndex for FSMState Reply To: Any Property can be used as PersistantIndex for FSMState

#12949
Gavalakis
Keymaster

    Hello,
    Please open up Node.cs and change line #201 from this:

    to this:

    (therefore removing the commented line)

    Making this change will ensure that a UID is generated everytime and not only when it is requested. After you make this change please make sure to save your graph/project so that the generated UID is serialized.

    Please let me know if that works for you.