Search Issue Tracker
Duplicate
Votes
2
Found in
2022.3.42f1
6000.0.15f1
6000.1.0a7
6000.2.0a1
7000.0.0a1
Issue ID
UUM-77771
Regression
No
Stored data in arrays is removed when calling "InstatiateAsync" function
Reproduction steps:
1. Open the attached "InstantiateAsyncTransformRepro.zip" project
2. Select the "Simple Data Holder" Prefab in the Project window
3. Observe the “TestList” and “TestArray” lists under “Data Holder” component
4. Open the "Scenes/SampleScene" Scene
5. Enter the Play Mode
6. Select the “Simple Data Holder (Clone)” GameObject in the Hierarchy window
7. Observe the “TestList” and “TestArray” lists under “Data Holder” component
Expected result: The elements of "TestList" and "TestArray" are identical to the "Simple Data Holder" Prefab
Actual result: All script references except for the last element are missing
Reproducible with: 2022.3.42f1, 6000.0.15f1
Couldn’t test with: 2021.3.41f1 - InstantiateAsync is not supported
Reproducible on: Ubuntu 24.04, Windows 10
Not reproducible on: No other environment tested
-
Resolution Note:
Closed as duplicate, user confirmed the issue linked fixed their issue.
Duplicate of https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-77930
Comments (1)
-
Agoxandr
Sep 06, 2024 18:52
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
This is a duplicate of issue #UUM-77930