Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
1
Found in
2017.2.0b1
Issue ID
923310
Regression
Yes
'Failed creating system' errors when baking terrain with boundary heightmap resolution values
Steps to repro:
1. Open attached project and '2_SculptTerrain' scene;
2. Open Lighting window (Window -> Lighting -> Settings);
3. Click 'Generate Lighting' button;
4. Wait for lightmap to start baking.
Expected result:
Terrain bakes successfully.
Actual result:
- Multiple 'Failed creating system' errors are thrown at 'Create System' stage;
- GI Baking is stuck.
Regression introduced in Unity 2017.1.0.
See attached screenshot.
Notes:
- Reproducible in 2017.2.0b1, 2017.1.0f1;
- Partially not reproducible in 5.6.1p2 (no errors thrown, yet GI baking seems to be stuck as well);
- Works as expected in 5.6.0f3
- Reproducible on both Windows 10 and OSX 10.12.5;
- The bug seems to be triggered by terrain having boundary values for heightmap resolution (e.g 4097, which is the maximum allowed value);
- The bug is reproducible only on Enlighten; does not repro on PVR lightmap backend.
Comments (1)
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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
davidnibi
Jun 16, 2022 08:33
Can confirm changing Heightmap Resolution on this to a lower resolution (from 2049x2049 to 1025x1025 in this case) 'fixes' it. Another scene which is fairly identical ran fine with the same settings.