Template Repository for Starting a new Game Jam Unity Project
Welcome to the Enigma Dragons game jam squad!
To begin work on the project, prepare yourself and your environment by following these steps:
- Read the Guides below
- Ensure that you can create/move cards on the Kanban board
- Setup your Development Environment
Details on each are found below.
Software Requirements:
- Git
- Unity 2023 (Version: 2023.2.17f1)
- Any C# IDE
- FMOD Studio v.2.02.21 (Unity Verified)
Setup:
- Clone this repository using git
- Install any C# IDE of your choice. Visual Studio Code recommended.
- Install Unity Hub
- Launch Unity Hub and Install Unity Version 2023.2.17f1
- In Unity Hub, click Open
- Browse and select
../repo/src/LDJam55
- Click on Open
FMOD: The Fmod studio project is in src/FMOD_LD55
Creating an event and adding a sound in FMOD In the Browser add a 2D or 3D Timeline Event and name it Add sound in the start of the timeline Assign the Event to the relevant bank e.g., SFX, music, etc (right click on the event in the browser).
Build from the File menu or (F7)
In Unity Add an FMOD Studio Event Emitter to a gameobject Set start and stop method (OnTrigger, etc) Add the event from the build (if the events aren't visible try refreshing the banks from the FMOD windows menu) Note that while built files are compressed FMOD Studio accepts any file format and higher res files can grow the FMOD session quickly. Therefore 48kHz/16 or 24 bit files are recommended.
- Project Manager
- Lead Designer
- Lead Artist
- Lead Audio Engineer
- Lead Programmer
- Lead Tester
- UI
- Music
- Sound
- Content Design
- Writing