Skip to content

A Unity kit of assets and scripts for game jams

License

Notifications You must be signed in to change notification settings

raco82/2D-JamStartupKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JamStartupKit 2D

A Unity kit of assets and scripts for game jams

Installation

  1. Clone this repo using git clone https://github.com/alelievr/2D-JamStartupKit
  2. Remove the origin of the repository git remote remove origin
  3. Add your repository as destination git remote add origin https://my/git/url
  4. Run Unity and rename the project inside Project Settings > Player Settings > Product name
  5. Push the initial state of your project git push --set-upstream origin master

Assets included

Modified project settings

Chnages done accordingly to the project setup best practices

  • Fixed timestep to 0.01666
  • Maximum Allowed Timestep to 0.1
  • Gamma color space (for web target else use linear)
  • Graphics jobs false (causes lag spike on old GPUs)
  • GPU Skinning to true
  • Anti aliasing to disabled
  • VSync to disabled
  • Asset serialization to force text

About

A Unity kit of assets and scripts for game jams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.9%
  • ShaderLab 1.1%