Search Issue Tracker
Won't Fix
Votes
1
Found in
5.0.2f1
Issue ID
697239
Regression
No
Unity crashes on Unity::GameObject::IsActive when opening a scene
Repro steps:
1) Open attached project
2) Open scene 'client'
3) Editor crashes
Additional information:
From the editor log I can see, that Unity goes to a loop:
(Filename: C:/buildslave/unity/build/Runtime/BaseClasses/GameObject.cpp Line: 870)
Transform component could not be found on game object. Adding one!
(Filename: C:/buildslave/unity/build/Runtime/BaseClasses/GameObject.cpp Line: 748)
GameObject has multiple Transform components! Merged into single one.
and loops until it crashes. Also in error.log it says:
Unity.exe caused an Access Violation (0xc0000005)
in module Unity.exe at 0033:4013b5a6.
Error occurred at 2015-05-16_043438.
I:\Programs\Unity\Editor\Unity.exe, run by Ray.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
Add comment