Search Issue Tracker
Third Party Issue
Third Party Issue in 2023.1.X
Votes
0
Found in
2021.3.7f1
2022.1.11f1
2022.2.0b3
2023.1.0a4
Issue ID
UUM-11493
Regression
No
Editor crashes on Play Mode when using Voxel Play Environment Script
How to reproduce:
1. Open the attached project “IN-9878_Unity-Multiplay-Prototype.zip”
2. Enter Play Mode in the GameLevel scene
Expected result: Game plays in Play Mode
Actual result: Editor crashes
Reproducible with: 2021.3.7f1, 2022.1.11f1, 2022.2.0b3, 2023.1.0a4
Could not test with: 2020.3.37f1 (due to compiler errors)
Reproducible on: Windows 10 Pro
Note: Editor no longer crashes if “Voxel Play Environment” GameObject → Inspector → “Voxel Play Environment” Script is disabled
Stack Trace:
at <unknown> <0xffffffff>
at LevelDB_DLLImport_Test.DBTest:leveldb_get <0x00163>
at LevelDB_DLLImport_Test.DBTest:GetValue <0x001ea>
at VoxelPlay.MyGenerator:PaintChunk <0x00922>
at VoxelPlay.VoxelPlayEnvironment:CreateChunk <0x00c7e>
at VoxelPlay.VoxelPlayEnvironment:GetChunkFast <0x00632>
at VoxelPlay.VoxelPlayEnvironment:GetVoxelIndex <0x0017a>
at VoxelPlay.VoxelPlayEnvironment:VoxelSingleSet <0x0014a>
at VoxelPlay.VoxelPlayEnvironment:InitClouds <0x00a9a>
at System.Object:runtime_invoke_void_{}this{}_ <0x00187>
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
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
Resolution Note:
Not imgui issue by the look of it, also stack trace points to third party package voxel play2.
Resolution Note (2023.1.X):
Not imgui issue by the look of it, also stack trace points to third party package voxel play2.