In the Unity toolbar under Convai, I see an option “Save Script State”
I don’t see any documentation on it but I do see a lot of changes in script states in git that I am not sure if we have to commit or discard. Could someone please clarify’?
Hello @Pani_Puri_Pixels,
As the name suggests, the “Save Script State” option saves the current state of the scripts. However, this feature is no longer necessary and will be removed in future update.
You don’t need to commit these changes to GitHub. To avoid seeing them in your version control, you can add the ScriptState folder to your .gitignore
file.
Let us know if you have further questions!
1 Like
@K3 - Thanks for the clarification.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.