Fixed thingy
This commit is contained in:
@@ -20,7 +20,7 @@ namespace InterfaceOff.WorldScene
|
||||
body = GetComponent<Rigidbody>();
|
||||
|
||||
Vector3 pos = transform.localPosition;
|
||||
pos.y = Mathf.Infinity;
|
||||
pos.y = 100f;
|
||||
transform.localPosition = pos;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user