1
0
forked from cgvr/DeltaVR

shape scanner emits particles on config complete

This commit is contained in:
2026-03-07 11:36:43 +02:00
parent dc077d5ac6
commit 96b21d0df9
8 changed files with 4938 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ namespace _PROJECT.Multiplayer.NewBow
public void SetLaunchDirection(Vector3 direction)
{
Debug.Log("Setting launch direction: " + direction);
// Debug.Log("Setting launch direction: " + direction);
if (direction != Vector3.zero)
{
_networkBehavior.SetLaunchDirection(direction);