Advertisement
totoshkin

Untitled

Sep 22nd, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. MissingComponentException: There is no 'Rigidbody2D' attached to the "Turtle(Clone)" game object, but a script is trying to access it.
  2. You probably need to add a Rigidbody2D to the game object "Turtle(Clone)". Or your script needs to check if the component is attached before using it.
  3. Assets.Core.Bullet.ConvertToBubble () (at Assets/Core/Bullet.cs:43)
  4. Assets.Core.Playground.HexGrid.OnRoofCollision (Assets.Core.Bullet bullet) (at Assets/Core/Playground/HexGrid.cs:355)
  5. Assets.Core.Events+RaiseIt.RoofCollision (Assets.Core.Bullet bullet) (at Assets/Core/Events.cs:171)
  6. Assets.Core.Bullet.MoveAlongTargetLine (UnityEngine.Collision2D collision, UnityEngine.Vector2& newTouch) (at Assets/Core/Bullet.cs:171)
  7. Assets.Core.Bullet.OnCollisionEnter2D (UnityEngine.Collision2D collision) (at Assets/Core/Bullet.cs:80)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement