• Register

Web Developer @CircusStrategic, Nerd, Awesome dude

Comment History
lawjeremy
lawjeremy - - 1 comments @ Pong Tutorial

I am a Wave Engine n00b, but I was working through this tutorial got hung up at:

.AddComponent(new RectangleCollider())

RectangleCollider() apparently isn't a thing. I had to change it to:

.AddComponent(new RectangleCollider2D())

to get the tutorial to work. I hope that helps someone else.

Good karma+1 vote