Skip to content

Commit 3b20855

Browse files
authored
fix: hide navigation gizmo on start (#88)
1 parent 3a0f336 commit 3b20855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Assets/Player/TargetController.cs

+1
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)