We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0f336 commit 3b20855Copy full SHA for 3b20855
Assets/Player/TargetController.cs
@@ -20,6 +20,7 @@ public bool Visible {
20
}
21
22
private void Awake() {
23
+ Visible = false;
24
_block = new MaterialPropertyBlock();
25
26
0 commit comments