Skip to content

onurtnrkl/unity3d-script-header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Unity3D Script Header

Unity3D Script Header adds license to your new script.

Usage

  • Download package from releases.
  • Install ScriptHeader.unitypackage to your project.

Example

#region License
// ====================================================
// Product:    #PRODUCTNAME#
// Developer:  #DEVELOPERNAME#
// Date:       #DATE#
// Copyright (c) #YEAR# #COMPANYNAME#. All rights reserved.
// ====================================================
#endregion

using UnityEngine;

public class NewMonoBehaviour : MonoBehaviour
{

}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages