Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2022.2.0a1
Issue ID
1392968
Regression
No
Saving Prefabs into StreamingAssets should be improved
Steps:
1. Create StreamingAssets folder in Assets folder
2. Drag any GameObject from the scene inside this folder
==>
GameObject became Prefab Instance with missing asset (since the prefab is not imported)
Some thoughts:
It could make sense to create a prefab in the streaming assets folder you just can't connect to it.
So:
Drag'n'drop should allow it but not connect, maybe show a dialog
PrefabUtility.SaveAsPrefabAsset is ok
PrefabUtility.SaveAsPrefabAssetAndConnect should throw an exception
SavePrefab_Internal should bail out if the path is a streaming asset folder and connectToInstance is true
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment