- Home /
Script exposed global defines override inspector
Is it possible to override existing assignments in exposed global variable assignments? It seems like if there are values assigned to these exposed variables, the globals in script won't update them.
You might want to edit your post. It doesn't make much sense. $$anonymous$$aybe a little code can help us understand?
Changing the default values assigned to globals in a script won't affect existing components. You can use the search feature in the Hierarchy to find all objects using your component, then set them each in turn.
Your answer
Follow this Question
Related Questions
Accessing variables from seperate scripts 1 Answer
Making enum visible in the Inspector via a drop down list 2 Answers
How to make a global settings Editor Window for my game 0 Answers
Problem exposing public variable to Inspector in C# 2 Answers
Is there a way to extend the amount of values for inspector? 0 Answers