i have a script with offset and size parameters. But i cannot find the gizmos checkbox in the gizmos menu. it only shows icon.
just like below.
i want this can be checked , i can see the green outline for the size in the scene view, and then edit it.
can anyone help?
In order for gizmos to appear, there are certain criterias that need to be met:
A. The Recently Changed section controls the visibility of the icons and gizmos for items that you’ve modified recently. It appears the first time you change one or more items. Unity updates the list after subsequent changes.
B. The Scripts section controls the visibility of the icons and gizmos for scripts that:
Have an icon assigned to them (see documentation on Assigning icons).
Implement the OnDrawGizmos function.
Implement the OnDrawGizmosSelected function.