Advertisement
Denisimus

Untitled

Jun 8th, 2023
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. // Create a mock collision with a GameObject tagged as "limit"
  2.         Collision collision = new Collision();
  3.         collision.gameObject = player;
  4.         collision.collider = platformCollider;
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement