Skip to content

Template repository for Unity Packages

License

Notifications You must be signed in to change notification settings

D3TONAT0R/UnityPackageTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityPackageTemplate

Template repository for Unity packages.

The following files will need to be edited:

  • package.json
  • Runtime .asmdef
    • File name must be [company-name].[package-name].asmdef
    • Assembly name must be [company-name].[package-name]
  • Editor .asmdef
    • File name must be "[company-name].[package-name].Editor.asmdef"
    • Assembly name must be "[company-name].[package-name].Editor"
    • Optional: Reference runtime assembly
  • LICENSE.md
  • This README.md

See https://docs.unity3d.com/Manual/cus-layout.html for more info.

About

Template repository for Unity Packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published