Troubleshooting for errors

Hey Guys
Just made my first game. I’m yet to publish tho as I’m having issue troubleshooting/test running for errors.

Any tips on how to do that?
I’m using mobile.

2 Likes

Have you run Quicktest and Randomtest?

I’m not sure quicktest or randomtest work on mobile.

Ideally, you can do that on PC with the bat files or the VScode extension.

Been trying for the past 5hours for some reason I can’t.

Any other alternative to quickly check for errors?

I mean, quick depends on the length of your game. You can run it manually, but for a long game that’s not feasible.

The available methods I know are CSIDE, bat files, VSCode extension. If there are others I’m unaware.

I’m currently using CSIDE so how do I test run with CSIDE?

Right click on the project / Test Project

2 Likes