Search Issue Tracker
By Design
Votes
0
Found in
5.4.0a6
Issue ID
754753
Regression
No
[SpeedTree][LOD] Billboard LOD level is renamed after adding .spm prefab to the Hierarchy panel
Steps to reproduce:
1. Open Unity;
2. Open attached project and 'test.unity' scene;
3. Go to Assets -> FreeSpeedTrees in the Project tab;
4. Select any .spm tree asset (for example, 'Conifer_Desktop.spm');
5. Notice that in the Inspector's LOD scale for .spm model Billboard is named correctly as 'Billboard' (see attached 'billboard_spm_import' screenshot);
6. Drag this .spm model to the Hierarchy panel;
7. Observe the Inspector's LOD scale.
Actual result:
Billboard LOD level is renamed to 'LOD3' (see attached 'billboard_hierarchy' screenshot).This creates naming inconsistency.
Also see attached gif video.
Expected result:
Billboard LOD level should be named consistently in Project folder and in Hierarchy panel.
Notes:
- Reproduces in 5.3.0a6 and 5.3.1p1;
- Reproduces on both OSX 10.11.1 and Windows 10.
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (2017.2.0f3):
Billboard LOD level is not renamed. The created GameObject only displays the LODGroup inspector, which matches the LODGroup inspector for the original asset.
It makes sense for there to be a mismatch between the LODGroup inspector naming (which is generic) and the SpeedTree model inspector.