-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
This page explains how to get LUTE setup within Unity.
You can either use our package or simply clone/fork from our repository. The benefit of forking is faster updates and you can also help collaborate with us to extend our system further. We have created a 'simple' tutorial on using GitHub Desktop to carry out this action if you need the assistance. Please see below and let us know if you have more questions on this!
- Install the latest version of Unity 3D for your chosen platform (we currently are using Unity 6 and plan to build our system to be backwards compatible - currently we suggest using Unity 6 for your own sanity).
- Open Unity via the Unity Hub and create a new project (please choose a template which uses the Universal Render Pipeline - URP).

- Allow the project to create and launch into Unity.
As LUTE is currently not on the Asset Store (but will be soon!) you must download the latest release from our GitHub page.
You can then either import the package in two ways:
- Ensure that your Unity project is open and then open the LUTE .unitypackage file from your file explorer. This will show you the import dialogue box in your Unity project - go ahead and import all assets.
- Import LUTE into the new project by selecting Assets > Import Package > Custom Package. Ensure you choose the latest .unitypackage file you just downloaded and import all assets when prompted.
- Open the Flow Engine window by selecting LoGa>Show Engine Window. This will be where all your creations take place!
- You should 'dock' the window for sake of clarity and convenience. Much like the other editor windows are docked, we reccomend docking it alongside the 'Console' window.

- In the project window, navigate to the examples folder and open the 'Demo' scene (LUTESampleExamples>Scenes>LUTEGames>Demo).
- Play the game with the window open.
You can observe the tool window in real time whilst the game is playing... Have a look around and watch how the game is controlled using the Flow Engine. Try the other examples and have fun getting to know LUTE!
If you want to upgrade to the latest release or reinstall then:
- Make a backup of your project if not using version control (Please).
- Update your Unity version if required.
- Remove LUTE and examples from project if required.
- Download and import latest version of LUTE.
- Copy back your original project files if required.
Any troubles with updating then please let the team know on Discord/Issue Tracker.
- We recommend installing the latest version of Unity.
- LUTE requires at least Unity 5.0 and is not compatible with Unity 4.x or earlier.
- LUTE works with both the PC & Mac versions of Unity (currently only tested on Android and Window builds!)
- Official Unity list of system requirements.