Skip to content

chihirocz/The-Light-Beyond

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-Project-Template

This template is designed to simplify process of starting of new project in Unity engine using Git. You can simply:

  1. Fork this repository

  2. Rename it

  3. Clone it

  4. Develop your own projects in Unity using Git for version control

Folder structure

  • There are prepared several basic folders such as 'Models' and 'Prefabs', comonly used for projects in Unity editor.

  • Git is set to ignore content of '_NonVersioned' folder - so you can freely put there anything that shloud not be tracked by by Git (like working versions of 3D models, textures, ...).

  • You can change content of file '.gitignore' to adjust which folders and files should be ignored by Git

Markdown

This and other readme files uses Markdown notation...

About

Empty template for project in Unity engine. Includes: structure of folders, .gitignore file, project settings for Unity and few readme files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.7%
  • GLSL 1.3%