Skip to content

ShockerStudios/StarterToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Toolkit

A set of standard event scripts and useful links

How to install

Download the latest release of this package.

Unzip the file and import the packages into your Unity project.

How to Use Scripts

Counter Event

Counter Event

When the 'Current Count' varible is equal to or greater than the 'Needed Amount', the counter event onComplete will be called. To add progress, call the 'Add' function in this script and fill in the amount you wish to add in the parameters field.

Delayed Event

Delayed Event

The onDelayedEvent is called after a set amount of time. This can be called in two ways. You can set the 'Start Event On Play' to immeditaely call the delayed event when this object begins its instance. Set the 'Default Delay Time' to the time you wish to wait. Or you may call the 'StartDelayEvent' and put a float variable in its parameters.

Game Event

Game Event

The Game Event is a go between asset between an object that will call the event and the listeners that are waiting for the event to be raised. Set the name of the Game Event to a description of the event. Something like "PlayerDied"

This is an implementation of Ryan Hipples scrtipable object event system. Find out about it here.

Game Event Listener

Game Event Listener

The listener is a component that waits for a specific Game Event to be raised (called).

Initialize Events

Initialize Events

These events are the three that begin at the start of an objects life. On Awake is the first event that is called before any Start or Update function. Use this one to set first settings.

On Start is called after this.

On Enabled is called anytime an objects is set to active.

Trigger Event 2D

Trigger Event 2D

Trigger Event 3D

Trigger Event 3D

Where to look for ideas

Ludum Dare Games

Past Itch.io Game Jams

General Free Assets

Kenney - Assets

2D Game Templates/Resources

Platformer Assets

Platformer Micro Game

Ninja Controller

Prime 31 2D Controller

3D Game Template/Resources

Super Character Controller

3D Game Kit

First Person All In One

About

A set of start scripts and useful links

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •