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
I'm trying to change thickness and rotation from scripting and also from itween component.
Values are changing but not reflecting on the shape, they only reflect when I'm using the Inspector's sliders directly with the mouse.
I changed void Update method to public void Update and calling it from the script, but still not working.
Can you give some tips on how to change the parameters from code?
Thank you
Marlus
The text was updated successfully, but these errors were encountered:
hello @CiaccoDavide
I'm trying to change thickness and rotation from scripting and also from itween component.
Values are changing but not reflecting on the shape, they only reflect when I'm using the Inspector's sliders directly with the mouse.
I changed
void Update
method topublic void Update
and calling it from the script, but still not working.Can you give some tips on how to change the parameters from code?
Thank you
Marlus
The text was updated successfully, but these errors were encountered: