Skip to content

NguyenKietttt/Unity-Script-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Script Templates

This package includes script templates for my Unity projects.

❔ What is a script template in Unity?

A script template is a pre-defined file that contains the basic structure of a script. It can save you time by providing the basic structure of a script and help you to create consistent code by providing a standard template to follow.

🛠️ How to install?

  • Download package
  • Delete the old ScripTemplates folder if you have it.
  • Import the package into your project.
  • You will need to close and restart Unity for the changes to take effect.

You can now see the new script creation menu when you right-click in the Project view.

Create asset menu example

⚠️ Notice

The ScripTemplates folder will not work unless you put it inside the Assets folder.

  • Assets/ScripTemplates ✅
  • Assets/SomeFolder/ScripTemplates ❌

About

This package includes script templates for my Unity projects.

Resources

Stars

Watchers

Forks

Packages

No packages published