- Home /
WebPlayer Custom Params Inspector
In the WebPlayer Template index.html i can define %UNITY_CUSTOM_XXX% parameters, which appears in the PlayerSettings Inspector-Window as string fields.
Its possible to override them with a CustomEditorScript, so i can use other fields for the UnityObject2-Parameters? (e.g. bool field for disableContextMenu, image field for logoimage, or other script calculations)
Which type of class i have to override? Or is there any other possibility to set these parameters from the inspector?
thx.
Your answer
Follow this Question
Related Questions
How to add comments or instructions above a field in the inspector? 2 Answers
Create custom menu script in inspector, like 'Canvas Scaler (Script)' 1 Answer
How would I go about creating a custom Unity Event in a Custom Unity Editor/Inspector? 0 Answers
Avoid Base Values being public via Custom Inspector 1 Answer
Custom Inspector Variables 1 Answer