Next level how?

Is there a way to make a next level? Will it also work when exported to Google Plays Store, App Store and Unity? Thanks

2 Likes

If you upload a Ready project to Unity, it won’t be a Ready project file.
Therefore the project can’t access data from the Ready servers for loading levels or a scoreboard.

3 Likes

So does that mean we need to adjust something in the Unity3D?

2 Likes

@franzsian - Yes, at the moment, you can load several projects into a Unity and integrate them with the help of the additional script “C-#”. (Only if you are using a multi-level system.) We are waiting for a large update of the multi-level system, but work on this now is not ready. We need to wait a little more, then the problems with export for a multi-level system will disappear.

2 Likes

Is there a tutorial for this?

1 Like

Ready has a playground mode tutorial for PC games. You don’t code anything. It’s more of a drag the code and drop it onto the player kind of thing.

Ready doesn’t do tutorials on C# as ready has its own event system.

Unity however does teach you C# and has many tutorials on it. @Dravin is learning it a lot right now.

3 Likes