-
Notifications
You must be signed in to change notification settings - Fork 2
01 SimpleTools
ptaillandier edited this page Jan 15, 2025
·
2 revisions
The SIMPLE Toolchain encompasses two editor-level tools for Unity, both based on GAMA connection. The first tool facilitates the importation of geometries from GAMA in either two or three dimensions, represented as GameObjects. This feature holds the advantage of retrieving geographic data, initially read by GAMA (such as shapefiles or other geographical data), while maintaining the same coordinate system. Then, users can manipulate the visual representation of these geometries within the Unity environment. The second tool operates in the reverse direction, exporting GameObjects from Unity to GAMA and saving them as shapefiles (in 2D). This feature facilitates the connection between virtual worlds developed in Unity and GAMA simulations.
- Installing Unity
- Unity Interfaces
- Running a VR Experience
- Debugging with VR Headset
- Grabbing objects
- Defining new interactions
- Sending/receiving a message
- Sending attribute values for agents/geometries
- Sending a dem from GAMA
- Managing Water
- Constraining movement of players
- Multi-player games
- Management of agents’ animation
- Complete game with Menus