Add player controls and trail

This commit is contained in:
2022-04-17 21:57:09 +02:00
parent 4e4bd27bbc
commit 1bd6d79672
17 changed files with 5446 additions and 19 deletions

View File

@@ -17,8 +17,10 @@ public class ParticleTest : MonoBehaviour
}
private void OnParticleCollision(GameObject other)
{
Debug.Log(other);
}
}
}