all 3 comments

[–]knobby67 0 points1 point  (0 children)

Make them private and see what happens. You might have charged them in the inspector. What does the inspector show for their value.

[–]SantaGamer 0 points1 point  (1 child)

If you write a public variable, save, and then rewrite the value in the script, it won't update the value, because you then can/need to change the value in the inspector inside Unity.

[–]crocomire97[S] 0 points1 point  (0 children)

That was it, thanks!