Search Issue Tracker
By Design
Votes
0
Found in [Package]
4.0.5
Issue ID
1161572
Regression
No
[ProBuilder] Vertex colors are not being imported though Vertex Colors was enabled while Exporting ProBuilderObject
Vertex colors are not being imported/exported even though Vertex Colors option was enabled while Exporting ProBuilderObject as an Object
Note: Require ProbuilderPackage
Steps to Repro:
1. Tools > ProBuilder > ProBuilder window
2. Ctrl+k to create a new shape
3. Select Vertex Selection tool
4. Click Vertex Colors from in Probuilder window
5. Select any vertex and apply color
6. Select the shape and click export in Probuilder window
7. Enable Vertex Colors > Export
8. Drag and drop Exported object in the Scene view
Actual Result:
Applied vertex colors are not visible
Expected Result:
Applied vertex colors should be visible in the scene
Environment tested on:
Windows 10, Mac 10.14
Occurring with:
2019.3.0a6, 2019.2.0b6, 2018.1.9f2
Occurring in Package Version:
4.0.5, 4.0.2, 3.0.9
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
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
- [macOS] "Add Component" button is broken when the Editor is moved to a different MacOS workspace
- Player settings icons are not retrieved when using "PlayerSettings.GetIcons" method on PS4, PS5, Xbox
- Changes of MaterialPropertyBlock via Script reset when Sprite Renderer.Color is changed in animation
- Frame Debugger flickers when a Shader Graph Window is open
Resolution Note:
Vertex colors are correctly exported, however, Unity imports meshes using the Standard shader by default. This shader does not support vertex colors. With OBJ in particular, vertex colors are not widely supported. There are only a few applications that support this unofficial addition to the OBJ spec.