Search Issue Tracker
Fixed
Fixed in 2022.3.56f1, 6000.0.33f1, 6000.1.0a9
Votes
0
Found in
2022.3.48f1
6000.0.21f1
6000.1.0a7
Issue ID
UUM-83002
Regression
No
Cube instantiated by the "InstantiateAsync" method spawns on the world center when in the arguments the parent is passed in
How to reproduce:
1. Open the “AlsyncVsSyncInstantiate.zip“ project
2. Open the “SampleScene“
3. Enter Play Mode
4. Observe the Game view
Expected result: Both Cubes are instantiated in the sample space (at 0,0,0 in local space coordinates)
Actual result: Asynchronously instantiated Cube is instantiated in World center (world coordinates - (0, 0, 0)
Reproducible in: 2022.3.48f1, 6000.0.21f1
Could not test in: 2021.3.44f1 (InstantiateAsync is not a feature on this version)
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- The Asynchronously instantiated Cube is always on the (0, 0, 0) coordinate
- Both instantiation methods are given the same arguments [prefab, parent]
- If the Cube is asynchronously instantiated by passing in the [prefab, parent position, parent rotation] - the Cube is instantiated in the correct position
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment