Steps to build the game:
- Download the game-mind-zip and unzip it
- Install Unity Hub
- Inside Unity Hub, add/locate game-mind
- Install the right Unity Version: 6000.0.4f1
- When asked what modules to add to this Unity Version, make sure the WebGL Build Support is ticked, as that is the platform we want to build Mind for
- Open the project
- Find the Scenes folder and open the double click "MindScene" to open it
- (Optional) Top-left: Edit -> Project Settings -> Player -> Change whatever name, texture, icon
- (Optional*) Top-left: Edit -> Project Settings -> Services -> Unlink Project
- (Optional*) Create your Unity Account, Link your Unity Account, On your Unity cloud connect Mind with 3 Services (Lobby, Player Authentication & Relay)
- Top-left: File -> Build Profiles | Under Platforms choose "WebGL" | Click on Build and choose a file to build the game into (Recommended, name that file "Build" or "Builds").
Steps to publish the game (on itch.io):
- .zip the game file you just built
- Create an Itch.io account
- Top-right: v -> Dashboard
- Create new Project
- Add a title, for example "Mind"
- Kind of project -> HTML
- Upload files -> choose the .zip
- Tick "This file will be played in the browser"
- Embed options -> Click to launch in fullscreen
- Visibiliy and access: Public
(Optional)* Still on itch.io:
- Top-bar: Metadata
- Inputmethods: Keyboard + Mouse
- Average session duration: a few minutes
- Multiplayer support: Server-based networked multiplaer
- Player count: Min 2 - Max 2
- What languages does your game support? English
- Accessibility: Color-blind friendly
Steps to place it in your website*:
- Top-bar: Distribute
- Either use a widget to give easy access to get to the itch.io link OR use an embed game and have it playable on your website directly
marked with an * means I'm not 100% sure, feel free to message me if I can help somehow, otherwise I hope you can help yourself!