Search Issue Tracker
Active
Under Consideration for 1.21.X, 1.22.X, 2.2.X
Votes
0
Found in [Package]
1.21.21
1.22.2
2.2.2
Issue ID
ADDR-3756
Regression
No
An additional Resource is created when loading an asset of a specific type with a reference to the preloaded resource that was created using a generic type
How to reproduce:
1. Open the “ReproAddresabesProject“ project
2. Open the “SampleScene“
3. Enter the Play Mode
4. Click on the “not over“ button in the Game view
5. Observe the Console window
Expected result: No assertion fail warning “The second load is not using the preloaded asset.“
Actual result: The assertion fail warning “The second load is not using the preloaded asset.“ shown
Reproducible with: 1.21.21 (2021.3.43f1), 1.22.2 (2022.3.45f1), 2.2.2 (6000.0.18f1)
Reproducible on: macOS 14.6.1 (Intel), Windows 10 Pro (22H2)
Not reproducible on: No other environments tested
Notes:
- If the “Addressables.LoadAssetsAsync<UnityEngine.Object>” method is used with a mixed list of “IResourceLocations”, everything works as expected
- More information in the comments
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment