Search Issue Tracker
Won't Fix
Votes
4
Found in
2020.3
2020.3.20f1
2021.2
2022.1
Issue ID
1374483
Regression
No
CommandBuffer allocates a different Temporary Render Texture when bounding it on Metal
How to reproduce:
1. Open the user's attached "crest" project
2. Open the "main" Scene
3. Enter the Play Mode
4. Observe the Game view
Expected result: Water Texture is rendered on the squares in the Game view
Actual result: No water Texture is rendered. Instead, only squares are visible
Reproducible with: 2020.3.23f1, 2021.2.4f1, 2022.1.0a16
Couldn't test with: 2019.4.33f1 (the project is not compatible with streams below 2020.3)
Note: Not reproducible in Windows
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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note:
Trying to use a temporary Render Texture created in a Command Buffer outside the scope of the Command Buffer is not a valid/supported use case. It's recommended to create user-managed Render Textures to be used in such cases.