Ilumisoft Docs
  • Products
  • Bundles
    • Ultimate Asset Bundle
  • Tools
    • Visual State Machine
      • Setup
      • Create your first State Machine
      • Open the Graph Editor
      • Create a State
      • Create a Transition
    • Scene Creator
    • Script Templates
      • Create Script from Template
      • Create a Custom Template
      • Add, Edit or Remove Templates
    • Startup Manager
      • Setup
      • How to Add Systems
      • How It Works
    • Volume Control
      • Setup
      • How to create volume sliders & toggles
      • How to create a volume driven AudioSource
      • How to use the Volume Control API
    • Color Control
    • Graphics Control
      • Getting Started
      • Writing Custom Settings
        • Example 1: Writing the Soft Particles Setting
        • Example 2: Writing the Shadow Setting
    • Game Action System
      • Getting Started
      • Components
        • Game Action Trigger
        • Game Action
        • Game Action Task
      • How To's
        • Creating custom tasks
  • Game Templates
    • Connect
    • Hex
    • Defuse
    • Merge Dice
    • Bubble Pop
    • Downhill Ride
  • Support
    • Help
Powered by GitBook
On this page

Was this helpful?

  1. Tools

Script Templates

PreviousScene CreatorNextCreate Script from Template

Last updated 4 years ago

Was this helpful?

Script Templates is a super easy to use plugin, allowing you to create custom script templates from inside the Editor. When you create a new script in the editor, Unity automatically creates a MonoBehaviour for you, with the right class name, a Start and an Update method. That's pretty cool! But what if you want to use a Sciptable Object, a normal C# class or a struct? You need to rewrite things right away! That's where Script Templates jumps in! It allows you to create your own custom templates for your project. Need a Scriptable Object? Create it right away! Want to write a normal C# class? Do it without the boilerplate included! With Script Templates you will improve your workflow a lot and can focus on the most important - creating great games!