Search Issue Tracker
Fixed in 5.1.0
Votes
0
Found in
5.0.1f1
Issue ID
691144
Regression
No
Hiding GameObject throw error (m_IsVisibleInScene && IsInScene()) == m_IsVisibleInScene
Contains game object "Hero" that plays animation "hero_drinking" at the first frame animation sets mesh render off for foot mesh. When you hide game object "Hero" during animation unity throws error "(m_IsVisibleInScene && IsInScene()) == m_IsVisibleInScene"
Project Steps:
1. Play scene "Test".
2. Hide game object (Hero).
3. Show game object (Hero).
4. You should get error "(m_IsVisibleInScene && IsInScene()) == m_IsVisibleInScene".
Reproduced: 5.0.1f1
Comments (5)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- “UnityException: GetInvalidFilenameChars” errors are thrown, and the Overlay Save Preset button becomes unusable when entering Play Mode with a shortcut while Overlay Save Preset window is opened
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
PawleyBoboli
Apr 28, 2017 19:46
I am using v 5.6.0f3 and started getting several of these errors in the console:
"Assertion failed on expression: '!IsVisibleInScene()' " with no easy way to trace the problem. After digging around, ARTAKA's response to change Animator Culling Mode to "Always Animate" fixed the problem.
Azikon_n
Aug 06, 2015 09:29
Unity 5.1.1f1 get error "(m_IsVisibleInScene && IsInScene()) == m_IsVisibleInScene" when you move camera on the scene
artaka
Aug 05, 2015 16:56
I'm also getting this error on 4.6.7p2. It seems to happen when the Animator Culling Mode is set to "Based on Renderers". Changing to "Always Animate" gets rid of the error.
crol
May 13, 2015 21:59
5.0.2f1, still got full log of this errors bacause many of my objects on map are animated and while im disabling them to pool.
mogwhy
May 13, 2015 15:39
pretty cool that you found this error.
confused me for a long time