Nmck
1
Hello,
I cant select any game objects in the scene view.
I have several imported FBX files, and I cant select objects from them.
I can select objects if I select them from the hierarchy but not by clicking on an object in the scene view.
I have read from others who had the problem to close and reopen the scene window but that didn’t do anything for me.
Everything was working fine when I last used Unity, and I haven’t updated anything since.
1 Like
that video show the bug , as you can see i can’t select objects when water is on .
https://www.youtube.com/watch?v=4ro2hTcr95E
Case 769758
was talk about that here : http://forum.unity3d.com/threads/problem-downloading-and-installing-patch-5-3-2p3.386612/#post-2528969
This is what I came across recently. I was using a script :
MirrorReflection.cs
This is a part of the same water reflection asset. What if you open it and comment the line :
//[ExecuteInEditMode] // Make mirror live-update even when not in play mode
You will be able to select objects again in the editor.
Hope this was helpful.
Thanks,
Videep
1 Like