Unity Issue Tracker - "ArgumentException: Unknown Type:`UnityEngine.SkinnedMeshRenderer`" Error thrown when a Subscene is open in a Scene
Closed
UUM-126077
"ArgumentException: Unknown Type:`UnityEngine.SkinnedMeshRenderer`" Error thrown when a Subscene is open in a Scene
Unity: Core Runtime
Won't Fix
6.6.X
6.5.X
6.4.X
6.3.X
6.0.X
2022.3.X
This usage that caused this issue is no longer present in supported versions of Unity. We have added documentation on using RegisterUnityEngineComponentType to register UnityEngine types.
How to reproduce:
1. Open attached project "IN-123204"
2. Open "SampleScene"
3. Enable the checkbox next to "SampleSubScene" in the Hierarchy
4. Observe Console
Expected result: No errors appear in Console
Actual result: "ArgumentException: Unknown Type:`UnityEngine.SkinnedMeshRenderer`" errors appear repeatedly in Console
Reproducible with: 2022.3.68f1
Not reproducible with: 6000.0.62f1, 6000.2.11f1, 6000.3.0b9, 6000.4.0a4
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
Entities package regression is among the package versions, when upgrading from 1.4.0-exp.2 to 1.4.0-pre.3
also likely an Editor regression within 2022.3/staging branch, unable to find first affected version due to Entities 1.4.0-pre.3 not being available on versions earlier than 2022.3.20f1
Prioritise and Follow this issue
Have a workaround or additional info about this issue?