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
- 3D Sample Scene (HDRP) template tutorial Welcome Dialog pop-up doesn't appear on project creation
- [Profiler] The Addressable Asset Module module outputs an ArgumentException when asset GUIDs produce a hash collision with Addressables
- Huge amounts of tests have a start delay when pressing "Run All" in the Test Runner
- Blackboard: Double borders around the tooltip
- [WebGL]VideoPlayer Rendering stops when setting FilterMode of a texture downloaded with UnityWebRequestTexture.GetTexture()
Resolution Note (fix version 2020.2):
GI: Fixes an issue in the GPU->CPU fallback logic when no valid OpenCL context could be created.