Search Issue Tracker
Won't Fix
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.