You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, would it be possible to add support for float2/float3 UI as it is confusing for the final user to have unused extra values ?
e.g.
[Sub(g)] _Offset ("Offset", vector) = (0, 0)
or
[Sub(g)][float2] _Offset ("Offset", vector) = (0, 0, 0, 0)
...
Thanks a lot for your work !
The text was updated successfully, but these errors were encountered:
Hello, would it be possible to add support for float2/float3 UI as it is confusing for the final user to have unused extra values ?
e.g.
[Sub(g)] _Offset ("Offset", vector) = (0, 0)
or
[Sub(g)][float2] _Offset ("Offset", vector) = (0, 0, 0, 0)
...
Thanks a lot for your work !
The text was updated successfully, but these errors were encountered: