Search Issue Tracker
Fixed in 2020.2.X
Votes
1
Found in
2020.1.0a17
2020.1.0a18
Issue ID
1208704
Regression
Yes
Second time GPU lightmapper is chosen with no supported GPU, no fallback to CPU happens
The baking get stuck when the static object starts to bake with Progressive GPU light mapper the second time.
[PathTracer] Failed to add geometry for mesh 'Cube'; mesh is missing required attribute(s) error is thrown in the console.
Prerequisites: you'll need to have the machine with GPU having <4GB of VRAM
Steps to repro:
1. Create a new Project.
2. Create a static Cube game object.
3. Windows > Rendering > Light Settings.
4. Lightmapping Settings > Lightmapper.
5. Select Progressive GPU(Preview).
6. Bake
7. Lightmapper falls back to CPU.
8. Select Progressive GPU(Preview).
9. Bake
Actual Result:
-Baking stalls when the static object starts to bake.
-[PathTracer] Failed to add geometry for mesh 'Cube'; mesh is missing in the console.
Expected Result:
-Baking should not be stuck.
-No Errors in the console.
Reproducible in:
2020.1.0a18, 2020.1.0a17.
Working Fine in:
2020.1.0a16, 2019.3.0f5(4b9e60e5c3e9).
Environment:
Occurs only on Windows.
Stack trace:
[PathTracer] Failed to add geometry for mesh 'Cube'; mesh is missing required attribute(s). Please make sure the mesh contains at least positions, normals and texcoord0.
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
- Project Settings panels disappear and do not repaint when entering Play Mode without reloading Domain
- Screen Space Decals ignore Rendering Layer Mask when using OpenGL Graphics API
- Crash on scripting_method_invoke when the Player is build before entering the Play mode in the Editor
- Tile Palette Window zoom level resets when the Window becomes inactive
- [iOS] Exported Xcode "Unity-iPhone" Xcode project shows the "Framework" folder as red
Resolution Note (fix version 2020.2):
GI: Fixes an issue in the GPU->CPU fallback logic when no valid OpenCL context could be created.