Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4.0f1
2019.2.0a1
2019.2.0f1
2019.3.0a1
2020.1.0a1
Issue ID
1182330
Regression
No
Custom grass prefab is colored red when painted on a Terrain and added as 'Detail Mesh'
How to reproduce:
1. Open the attached 'project-1182330.zip' project
2. In the Hierarchy window select 'Terrain'
3. In the Inspector window select 'Paint Details'
4. In the 'Details' section select 'DeadGrass_2'
5. In the Scene window paint the grass on the terrain
Expected result: grass is colored green (same color as the prefab) in the terrain
Actual result: grass is colored red in the terrain
Reproducible with: 2018.4.7f1, 2019.2.5f1, 2019.3.0b3, 2020.1.0a4
Could not test with: 2017.4.32f1 (grass prefab breaks)
Notes:
1) Reproduced with the provided prefab only
2) The grass was added as 'Detail Mesh' in the 'Paint Details' sections of terrain
Comments (1)
-
Homeship
Mar 09, 2021 19:34
I'm asking to reopen issue. Terrain details are red even detail's mesh was creted by Unity default tree editor!
So I cannot "paint vertices white" - because mesh was generated by tree editor.
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
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
Resolution Note:
Vertex colors in mesh are being blended with healthy/dry color. Paint vertices white in mesh to address this issue.