Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for float2 / float3 UI #45

Open
noors84 opened this issue Nov 24, 2023 · 1 comment
Open

Support for float2 / float3 UI #45

noors84 opened this issue Nov 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@noors84
Copy link

noors84 commented Nov 24, 2023

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)
...

image

image

Thanks a lot for your work !

@JasonMa0012 JasonMa0012 added the enhancement New feature or request label Dec 4, 2023
@JasonMa0012
Copy link
Owner

This will be supported in 2.0.0, currently you can use Vector's xy as Tilling and zw as Offset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants