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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.