Hello,
i'm having problems with game object's active states after upgrading to Unity4.
My GUI is split into many scenes. When i modify a part of the GUI, i go into one of those scenes, modify what ever i want to change and update the prefab (with PrefabUtility.CreatePrefab ( filePath, go, ReplacePrefabOptions.ReplaceNameBased )) - all those prefabs are used in the main game-scene where you can see all parts of the GUI at once.
Since upgrading to Unity4, i have the problem that after updating one of those prefabs with (PrefabUtility.CreatePrefab ( filePath, go, ReplacePrefabOptions.ReplaceNameBased ) the active states of the objects in that prefab in the main game-scene are randomly set active or inactive.
Have anyone an idea what could be the reason for that?