Skip to content

1. Project Configuration

Raphaël Tétreault edited this page Sep 7, 2025 · 13 revisions

TODO

  • forks?
  • general what not allowed to do
  • branch protections
  • what kind of project: universal 2d?

This page was last updated for the Fall 2025 semester.

Purpose

This Wiki is meant to provide key information about how to properly create a mini game for the collection. Importantly, it describes the proper workflow to apply to this project. Pull Requests that do not follow the details outline here will be rejected.

Overview

TODO: change and update.

This project is set up to use Unity 2022.3.45f1. It uses the 3D Universal Render Pipeline (URP).

Unity Packages

You are constrained to the use of the Unity packages supplied in the repository.

Notable packages included are:

  • Cinemachine
  • TextMeshPro
  • Timeline

See Assets/Packages for a complete listing of packages.

Asset Packages

You are constrained to the use of the asset packages supplied in the repository.

Teams are given a 250 KB (250,000 bytes) asset budget if deemed necessary for your mini game. Your Pull Request must both include and outline those assets when merging in your mini game. Anything beyond the allotment must receive explicit approval from your manager. Failure to comply will result in a rejected Pull Request.

Packages provided in the mini game collection include:

  • TBD

Clone this wiki locally