add numberstand to downcount
This commit is contained in:
@@ -36,7 +36,7 @@ public class TabletManager : UdonSharpBehaviour
|
||||
if (localPlayer == null || tablet == null) return;
|
||||
|
||||
Vector3 spawnPos = localPlayer.GetPosition() + (localPlayer.GetRotation() * Vector3.forward) * spawnDistance + Vector3.up * spawnHeight;
|
||||
Quaternion spawnRot = localPlayer.GetRotation();
|
||||
Quaternion spawnRot = localPlayer.GetRotation() * Quaternion.Euler(270, 0, 0);
|
||||
|
||||
tablet.transform.position = spawnPos;
|
||||
tablet.transform.rotation = spawnRot;
|
||||
|
||||
Reference in New Issue
Block a user