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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
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