-
Notifications
You must be signed in to change notification settings - Fork 15
1. Project Configuration
- general what not allowed to do
- branch protections
This page was last updated for the Fall 2025 semester.
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.
This project is set up to use Unity 2022.3.62f2. It uses the 2D Universal Render Pipeline (URP).
You are constrained to the use of the Unity packages supplied in the repository.
Notable Unity packages included are:
- 2D Sprite
- 2D Tilemap
- 2D Tilemap Extras
- TextMeshPro
- Timeline
See Assets/Packages for a complete listing of 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.
Asset packages provided in the mini game collection include:
- Kenney Desert Shooter Pack
- Kenney Input Prompts
- Kenney New Platformer Kit
- Kenney Rolling Ball Assets
- Kenney Space Shooter Redux
- Kenney Tony Town
See 2. Organization, Naming Conventions, and Content Rules for more details.