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
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
Add comment