Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.2.X, 2017.3.X, 2018.1.X
Votes
38
Found in
2017.3.0b9
Issue ID
968882
Regression
Yes
Gameobject Transforms are not being disabled when the Player is Stopped
Gameobject Transform component keeps on being detected post to Disable of the Game object.
Users are running into this without Vuforia, but this project reproduced with Vuforia specifically:
https://forum.unity.com/threads/assertion-failed-transform-has-setisdispatchinterested-present-when-destroying-the-hierarchy.505111/
https://forum.unity.com/threads/problem-with-error-when-scene-transitions.507158/
Pre requisites:
Vuforia component should be installed with Unity Engine.
Steps to Reproduce:
1. Create a new Project.
2. Click on Edit > Project Settings > Player.
3. Enable the "Vuforia Augmented Reality Supported" from the XR Setting Section.
4. Click on GameObject Menu > Vuforia > AR Camera
5. Create an Image Target from the Vuforia Menu
6. Set relevant parameters for the Dataset that was created on Vuforia portal
7. Set the Image Target such that AR Camera views the Image Target.
8. Play The Scene
9. Once the Marker displays the Augmented Game object , Stop the Player.
Error would be displayed
Stack Trace:
1. Assertion failed: Transform has SetIsDispatchInterested present when destroying the hierarchy. Systems must deregister themselves in Deactivate.
2. Assertion failed: Transform has SetIsHierarchyDispatchInterested present when destroying the hierarchy. Systems must deregister themselves in Deactivate.
Reproduced On: 2017.3.0b9
Works Fine On: 2017.2.0f3, 2017.3.0b8, 2017.3.0b7
Regression Introduced On: 2017.3.0.b9
Platforms that Error comes : Mac OS, Windows OS.
License type: Free
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
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
- Weird behaviour in TextMeshPro Link Example sample when hovering over single letters after hovering over a word
- RegisterValueChangedCallback is triggered when the Label of a TextField is changed
- Changing the Visual Element size moves it when two visual elements are close to each other
Tyrathect
Dec 06, 2017 04:49
Still seeing this in 2017.2.0p3. Not vuforia related.
gudouan
Dec 02, 2017 17:14
Me too!
This error now appears after upgrading to "Unity 2017.2.0p3".
So I posted it on the forum.
https://forum.unity.com/threads/problem-with-error-when-scene-transitions.507158/
In addition, I do not use VUFORIA.
radek_oml
Nov 30, 2017 12:06
Happens also in 2017.2.p3, VUFORIA not used. Didn't happen before.
jo82
Nov 28, 2017 04:51
Happened today. Not using VUFORIA. Using 2017.2p3
80dots
Nov 26, 2017 04:10
I have same issue after updating 2017.2.0p2.
I turned on XR settings. (Oculus, Daydream)
When I load another scene using SceneManager, the below error occur.
Assertion failed: Transform has SetIsDispatchInterested present when destroying the hierarchy. Systems must deregister themselves in Deactivate.
Assertion failed: Transform has SetIsHierarchyDispatchInterested present when destroying the hierarchy. Systems must deregister themselves in Deactivate.
moco2k
Nov 22, 2017 13:38
Same here. Issue started with 2017.2.0p2. Never seen this before in other unity versions.
Like the others, I am not using Vuforia at all.
Mark-Davis
Nov 22, 2017 03:30
I just started seeing this after upgrading to: 2017.2.0p2
I'm not using Vuforia either, so it must be something else.
I found another mention of this via a search:
https://forum.unity.com/threads/assertion-failed-transform-has-setisdispatchinterested-present-when-destroying-the-hierarchy.505111/
Tyrathect
Nov 20, 2017 06:53
I saw this today in editor in 2017.2.p2, but unrelated to VUFORIA