Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0b1
Issue ID
1082940
Regression
No
Newly create prefab variant's name contains entire path when the original prefab is not directly under the Assets folder
To reproduce:
1. In a new project, create a new folder
2. In a new folder, create a prefab
3. Right-click on the prefab and select Create/Prefab Variant
4. Observe the name of the variant
Expected: the name should be "prefabName Variant" as it is when the original prefab is directly under the Assets folder
Actual: the name of the prefab variant becomes "Assets_Models_prefabName Variant"
Reproduced in 2018.3.0b1, 2018.3.0b2, 2019.1.0a1
Fixed in: 2019.1.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Lighting Data asset is not created when baking multiple Scenes at the same time
- Performance issues when instantiating a recognizer under UnityEngine.Windows.Speech
- Build fails with "Exception: Unity.IL2CPP.Building.BuilderFailedException: Build failed with 0 successful nodes and 0 failed ones" when building the project for iOS
- [Android] .aab Build fails when using Asset Bundles
- Builds fail without a useful error message when building a project with invalid product name
Add comment