Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2020.3.44f1
2021.3.18f1
2022.2.5f1
2023.1.0b2
2023.2.0a1
Issue ID
UUM-26768
Regression
No
Texture2D.CreateExternalTexture using unnecessary delay before reference counting for external textures when using D3D11
How to reproduce:
1. Open the project "IN_30220"
2. Download the "test.jpeg" image
3. Open the "Texture Loader" script
4. Change the path in line 39 to the path where you saved the “test.jpeg” image
5. Enter the Play Mode
6. Observe the Console
Expected result: no info messages indicating delay before RefCount increase
Actual result: info messages indicating delay before RefCount increase
Reproducible with: 2020.3.44f1, 2021.3.18f1, 2022.2.5f1, 2023.1.0b2, 2023.2.0a1
Reproducible on: Windows 10 Pro
Notes: reproducible using D3D11 Graphics API
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This is due to the threaded separation between the mainthread and the renderthread. While it would be possible to introduce an exception for DX11 the prioritization of this would realistically be so low that we couldn't start working on it for the foreseeable future.
Resolution Note (2023.2.X):
This is due to the threaded separation between the mainthread and the renderthread. While it would be possible to introduce an exception for DX11 the prioritization of this would realistically be so low that we couldn't start working on it for the foreseeable future.