Seems like you just roll the ball to the right and find a blue panel on the cyan floor. Is the blue panel supposed to do something, maybe create a bridge or teleport to the next level?
Viewing post in Roll It! jam comments
Thanks for letting me know! I was able to complete all levels! One thing that may need to be fixed is that the game's speed is extremely slow if you run it at 60FPS, but it's nice and fast with an uncapped framerate. I haven't used Unity in a long time, but I believe you can just put the ball's scripts in FixedUpdate() instead of Update(), or multiply everything by Time.deltaTime to have the speed not depend on the frame-rate.