Skip to content

Commit 1ffc024

Browse files
committed
fix: hide navigation gizmo on start
1 parent 3a0f336 commit 1ffc024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Player/TargetController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public bool Visible {
2020
}
2121

2222
private void Awake() {
23+
Visible = false;
2324
_block = new MaterialPropertyBlock();
2425
}
2526

0 commit comments

Comments
 (0)