Search Issue Tracker
Fixed in 13.0.0
Votes
0
Found in [Package]
10.6, 10.5
Issue ID
1362034
Regression
No
[ShaderGraph] Transform direction from view to world is outputing a wrong result
Steps to reproduce:
- See attached screenshot for nodes layout : vec3(0,1,0) -> transform direction from world to view -> transform direction from view to world -> subtract
Expected : the subtract result should be (0,0,0) (with maybe some floating point errors)
Result : Subtract is not (0,0,0), the transform from view to world direction is apparently working like a transform position and breaks the calculations.
Reproduces with : Unity 2020.3.15f2 / Shadergraph 10.6, 10.5
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note (fix version 13.0.0):
Transform node now correctly observes the direction conversion type.