Search Issue Tracker
By Design
Votes
0
Found in
2020.3.36f1
2021.3.5f1
2022.1.6f1
2022.2.0a9
2023.2.0a1
Issue ID
UUM-8797
Regression
No
UV-coordinates when obtained from RayCastHit to define update zones for a CustomRenderTexture leads to wrong results
Reproduction steps:
1. Open the user-attached project
2. Open Scenes/SampleScene
3. Enter Play Mode
4. Observe the circle that forms on the flat surface
Expected result: A full circle forms
Actual result: The top part of the circle doesn't appear
Reproducible with: 2020.3.36f1, 2021.3.5f1, 2022.1.6f1, 2022.2.0a9
Couldn't test with: 2019.4.40f1 (Console errors), 2022.2.0a10, 2022.2.0a18, 2023.1.0a1 (Crash)
Reproducible on: MacOS (Intel)
UPDATE 2/21/2023: The docs [https://docs.unity3d.com/Manual/class-CustomRenderTexture.html] for Update Zone Space say "top-left corner starting at (0, 0)" so technically this is by design, but it is confusing that this is inconsistent with the rest of Unity's coordinate spaces
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
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note:
The docs https://docs.unity3d.com/Manual/class-CustomRenderTexture.html for Update Zone Space say "top-left corner starting at (0, 0)" so technically this is by design