Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
0.1.0-exp.5 - Vehicle Controller
Issue ID
ECSB-1679
Regression
No
Multiple errors and warnings are spammed in the Console when importing Entities Graphics package with MinimalVehicleScene open
Steps to reproduce:
1. Create new Unity project (URP Template)
2. Import com.unity.vehicles package package to the project
3. Import Minimal Vehicle Sample to the project
4. Open “MinimalVehicleScene.unity” scene
5. Import com.unity.entities.graphics package
6. Observe the Console window
Actual results: “AssertionException”, “NullReferenceException”, “ObjectDisposedException” errors are spammed in the console 999+ and “Ignoring invalid [Unity.Entities.UpdateBeforeAttribute] attribute on Unity.Rendering.DeformationsInPresentation targeting Unity.Rendering.EntitiesGraphicsSystem.” warnings thrown
Expected results: No errors/warnings are spammed in the Console
Reproducible with versions: 0.1.0-exp.5 (6000.2.0b1)
Tested on (OS): MacBook Pro, 2021 (M1), Sequoia 15.4.1
Notes:
- {}AssertionException{}: Compute shader for Unity.Rendering.SkinningDeformationSystem was not found!
- {}AssertionException{}: Compute shader for Unity.Rendering.BlendShapeDeformationSystem was not found!
- {}AssertionException{}: Compute shader for Unity.Rendering.InstantiateDeformationSystem was not found!
- {}NullReferenceException{}: Object reference not set to an instance of an object
Unity.Rendering.SparseUploader..ctor (UnityEngine.GraphicsBuffer destinationBuffer, System.Int32 bufferChunkSize) (at ./Library/PackageCache/com.unity.entities.graphics@2264b12029b8/Unity.Entities.Graphics/SparseUploader.cs:556)
Unity.Rendering.EntitiesGraphicsSystem.OnCreate () (at ./Library/PackageCache/com.unity.entities.graphics@2264b12029b8/Unity.Entities.Graphics/EntitiesGraphicsSystem.cs:1067)
- {}ObjectDisposedException{}: The UNKNOWN_OBJECT_TYPE has been deallocated, it is not allowed to access it
Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle.CheckWriteAndThrowNoEarlyOut (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle) <0x4c4056470 + 0x0003f> in <640a588ae66d4cd6b47a0c54a2622bdd>:0
Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle.CheckWriteAndThrow (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle) (at /Users/bokken/build/output/unity/unity/Runtime/Export/Jobs/AtomicSafetyHandle.bindings.cs:195)
- Warning: Ignoring invalid [Unity.Entities.UpdateBeforeAttribute] attribute on Unity.Rendering.DeformationsInPresentation targeting Unity.Rendering.EntitiesGraphicsSystem.
This attribute can only order systems that are members of the same ComponentSystemGroup instance.
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
There are no fixes planned for this Bug