Skip to content

Latest commit

 

History

History

Readme.md

Example Environments

Uniton comes with pre-built example environments that automatically download when they are first used. All examples (except 'Empty' and 'Kart') come with a fly cam, which lets you move in 3D and explore the environment with the mouse and WASD-keys.

Empty Scene

An empty scene - 50 MB

import uniton
ue = uniton.examples.Empty()

To modify and compile the scene yourself create an empty project and drop in the uniton.dll.

Kart (Demo Video)

The kart game from the Uniton demo video – 100 MB

import uniton
ue = uniton.examples.Kart()

To modify and compile the scene yourself follow the instructions in the video.

Temple (Demo Video)

img_3.png A large and detailed Temple scene – 300 MB

import uniton
ue = uniton.examples.Temple()

To modify and compile the scene yourself you can download it for free from the Asset Store here.

Flooded Grounds (Demo Video)

img.png A large outdoor scene – 500 MB

import uniton
ue = uniton.examples.FloodedGrounds()

To modify and compile the scene yourself you can download it for free from the Asset Store here.

Forest (Video)

img_4.png A small but high-fidelity forest scene – 300 MB

import uniton
ue = uniton.examples.Forest()

To modify and compile the scene yourself you can download it from the description in the video.

Windridge City (Demo Video)

img_5.png A scene containing a mini city surrounded trees and mountains – 500 MB

import uniton
ue = uniton.examples.WindridgeCity()

To modify and compile the scene yourself you can download it for free from the Asset Store here.