Hello!
I am experiencing a rather frustrating issue with the latest version of Unity that has completely halted all development.
Specifically there appear to be issues with saving the parameters of prefabs and scripts.
I first noticed the issue when I imported a package containing a script and a prefab (which had the script attached)
Any modifications I made to the parameters of the script attached to the prefab were lost upon shutting down unity.
I tried this with other prefabs of my own making and had no luck
I tried finding similar occurrences of the issue but all I found was this unsolved thread:
I have searched high and low for a solution but nothing works, I am at the end of my tether here. Anyone have any ideas or similar experiences? Is this a documented bug?
Thanks in advance!
Are these changes you're making by hand, or via some script such as a wizard or whatever? If the changes are script-driven, you might want to make sure that [
– rutterEditorUtility.SetDirty()][1] is called on any changed assets. Are you only having problems with this one package? If so, do you know which version of Unity was used to export it? Past that, I'd say that anything you can do to narrow down the exact repro steps would help troubleshoot. [1]:http://unity3d.com/support/documentation/ScriptReference/EditorUtility.SetDirty.html