Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a15
2020.2.0a16
Issue ID
1258304
Regression
No
[Scene Template]Dropdown icon of dependencies component is missing in scene template preset
Dropdown icon of dependencies is missing in scene template preset as it opens list on pressing dependencies
Steps to repro:
1. Create a New Project
2. Project > Create > Scene Template
3. Select Scene Template and create Preset
4. Select Scene Template Preset > Dependencies > Press Dependencies
Actual Result:
Dropdown icon should be there
Expected Result:
Dropdown icon is missing
Reproducible on:
2020.2.0a15,2020.2.0a16
Note:
Scene Template feature introduced in 2020.2.0a15
Environment:
Windows 10 and Mac 10.15
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
SceneTemplate UI is custom in the inspector. Presets are a scriptableObject containing property overrides. Preset do not reuse the custom UI of concreate type.