Obstacle Game Mini-series #2: The Locked Door
Novice
Written
Designer
In the second of the Obstacle Game Mini-Series you will learn how to make a locked door that you can open remotely and automatic doors.
Event Functions in Crayta Scripts
Novice
Written
Programmer
How to access the existing event functions that are built into the Crayta API. These can be used to hook into events like when a script is initialised, when a player takes damage or logs into the game.
Crayta Tutorial: Working with events
Novice
Video
Designer
Programmer
In this tutorial Andy takes us through how you can easily build game logic by using the Events system, which allows you to minimise the amount of coding you have to do, or even doing away with it altogether! The events system is accessible in both advanced and basic mode so take take a look and see how you can use it in your games.
Using events
Intermediate
Written
Designer
By using the events system you can make your character interact with various entities inside of Crayta.
Introduction to Lua Scripting in Crayta
Intermediate
Written
Programmer
Designer
A basic example covering how a basic script is structured and how to access the API debug tools to spot issues with your code.
Introduction to Widgets, building a game UI
Intermediate
Written
Programmer
How to create a simple UI that will tell you what entities you have collected when you interact with them.
How to use the Inventory package
Intermediate
Written
Programmer
Designer
The inventory package is one of the packages developed exclusively by the Crayta team. It has a lot of options that can be used to have your player be able to pickup, store and even sell items. This tutorial covers how you can use the package to hold items in an inventory bar and how to re-theme the UI that is displayed.
Quick Guide – TrackWorx: Moving Trains on a Track [No Scripting]
Intermediate
Video
Designer
Want to get some full functioning trains into your Crayta creations? Look no further than the TrackWorx package made by a member of the Unit 2 Games code team!
Crayta Tutorial – TrackWorx: Moving Trains on a Track [No Scripting]
Intermediate
Video
Designer
Want to get some full functioning trains into your Crayta creations? Look no further than the TrackWorx package made by a member of the Unit 2 Games code team!
Quick Guide – Using the TrackWorx Package: Part 2
Intermediate
Video
Designer
Programmer
In this tutorial Andy continues looking deeper into the incredible TrackWorx package available in the community tab in Crayta.
Crayta Tutorial – Using the TrackWorx Package: Part 2
Intermediate
Video
Designer
Programmer
In this tutorial Andy continues looking deeper into the incredible TrackWorx package available in the community tab in Crayta.
Quick Guide: How to build rollercoasters in Crayta
Intermediate
Video
Designer
In this weeks tutorial Andy covers how to make a working Rollercoast in Crayta! We expect to see plenty of them added to all games going forwards!