What is the LUTE Server?
The LUTE Engine allows mixed reality games to be created easily within the Unity environment. It is a powerful flow engine and set of components, but is focused on single player experiences. The LUTE Server extends LUTE with multi-player functionality by providing a server application that can be used to exchange information between game instances. In this way player choices can impact on other players, and player creations can be shared. It is a flexible system that enables sharing across multiple games and game instances, with a simple administrative front end to enable games to be registered and usage data to be accessed.
Technical Details:
The LUTE Server is a .NET 8 Web API with an Admin Web Interface, that can handle user authentication, game data management, shared variables, and logging. It supports JWT-based authentication and data synchronisation between different Unity clients and the server.
Fig 1. Shows the process of initiating a session and the main logging loop. When the player starts off the game, they are given a session and then sent all the needed shared variables. If logging is enabled, logs will periodically be sent to the server when internet connectivity allows it.

Figure 1: Sequence Diagram showing session initiation and logging.
Fig 2. Shows the LUTE Server system architecture. Players use the Unity Game to communicate with the server, in order to send and receive shared variables, as well as logs. Admins can use the Admin Dashboard to access the database, make changes, create games, and look at logs.

Figure 2: The LUTE Ludonarrative modules cover dialogue, characters, inventories, quests/achievements, and creative canvas’.
Finally, Fig 3. Shows an example of interactions that occur in a multi-player game. In this case, two players play the game. The first user starts first and creates a simple “stone” that then gets sent to the server and saved in the database. When the second player starts the game, the server will automatically send the previously created stone to the new player so they can view it.

Figure 3: Multi-User Interaction
“The LUTE server enables us to do some subtle asynchronous interactions between players. In our Avebury case studies we get players to create their own standing stones, and the server allows us to share these with other players, so that when a person is exploring they encounter the creations of others – creating the sense of a shared space and experience.”
Prof. David Millard (University of Southampton PI)
Related Publications
Team
- Dr Jack Brett – Lead Engineer
- Dr Charlie Hargood – Academic Investigator and Architect
- Dr David Millard – Academic Investigator and Architect
- Dr Yoan Malinov – Engineer
- Dr Bob Rimmington – Qualitative Researcher
Partners


Related Resources
-
LUTE: Ludonarrative Modules
What are the LUTE Ludonarrative Modules? The LoGaCulture Unity Toolkit/Engine (LUTE), is a modular framework for creating locative games and available fully open source (MIT license) on GitHub (https://github.com/LoGaCulture/LUTE). Consequentially…
-
LUTE: AR Component
What is the LUTE AR Component? The LUTE AR Component includes a number of Augmented Reality (AR) orders that can be used to make the game interactable in AR –…
-
LUTE: Media Components
What are the LUTE Media Components? LUTE handles media by following the same process as the majority of Orders (where Orders are individual aspects of behaviour that are contained within…
-
LUTE: Authoring Tool
What is the LUTE Authoring Tool? The LoGaCulture Unity Toolkit/Engine (LUTE), as a technology framework for creating mixed reality games, includes a range of tools and functions. This includes a…
-
LUTE
What is LUTE? The LoGaCulture Unity Toolkit/Engine (LUTE) is a technology framework developed by Bournemouth University and University of Southampton as part of the LoGaCulture project. Built on top of…