olegmrzv / NewBehaviourScript.cs

Fast and Simple Script for Unity Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎲 NewBehaviourScript.cs

It is literally NewBehaviourScript.cs

Features:

  • Simple Syntax.
  • Simple Integration with Unity Engine.
  • No code generation and any C# Reflection in Runtime.
  • Class-based and Cache-friendly.
  • Single-threaded.
  • Adapted for Mobile Games.

πŸ“– Table of Contents

πŸ“– How To Install

Open Unity Package Manager and add this package by Git URL.

πŸ“– Overview

A simple script that will allow you to make any dream come true, create a legendary game, start a new milestone in the history of games.
This is suitable for creating simple mobile games of any genre, but can be used for complex AAA level projects as well.
The script contains all the minimum functionality required to start working on the game.
You can add it to any game objects, turn it on and off.
There are comments that make it easy to figure out how to use this code.
Enjoy!

πŸ“˜ License

πŸ“„ MIT License

πŸ’¬ Contacts

βœ‰οΈ Telegram: benjminmoore
πŸ“§ E-Mail: benjminmoore@gmail.com

About

Fast and Simple Script for Unity Game Engine

License:MIT License


Languages

Language:C# 100.0%