Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.1
2019.2
2019.3
2020.1
2020.1.0a11
Issue ID
1195238
Regression
No
[TreeCreator] [Preset] Tree properties changes in the scene on changing the properties in Tree preset asset and vice versa
Tree properties changes in the scene on changing the properties in Tree preset asset and vice versa.
Steps to repro:
1. Create a new project.
2. GameObject > 3D Object > Tree.
3. Create a Preset for Tree.
4. Change Tree Seed, Ground Offset and Translucency Color properties in Tree preset asset.
Actual Result:
Tree properties changes in the scene on changing the properties in Tree preset.
Expected Result:
Tree properties should not be changed.
Reproducible on:
2020.1.0a11.
Note:
- Could not Test on 2019.3, 2019.2, 2019.1 due to https://fogbugz.unity3d.com/f/cases/1187140/
- Preset is introduced in 2018.2 and preset properties were introduced from 2019.1.
Environment:
Windows 10 & Mac 10.14.
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
- Crash on mecanim::SetValueWeight when switching the AnimationMixerPlayable connection with Animator's UpdateMode set to "Animate Physics"
- The "StringComparer.InvariantCultureIgnoreCase.GetHashCode()" returns different Hash Codes for the same word with the only difference being case sensitivity in WebGL
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
Resolution Note (2020.1.X):
The Tree component inspector is editing an Asset in the project instead of self-contained data. This behaviour is not supported by the Preset system.
The Tree component will be excluded from the Preset system until a team can actively work on the Tree implementation.