🚧 This repositiory is under construction and will be updated in the future. 🚧
This repository is for my own unity scripts. You can find all kinds of scripts here, all designed to be as modular as possible. Each folder will contain a 📝README.md
file containing the requirements, documentation, and source code, along with a 📄.unitypackage
file for you to import into the Unity editor.
Some packages may also include a 📁Sample
folder, containing assets and an example scene that demonstrates the script's utility.
There are two kinds of scripts in this repository: Independant, and Dependant.
Independant scripts are located in 📁Scripts/
, and are singular files that will work on their own without additional assets. Any components that must be attached to the same object as the script will be noted in 📝README.md
, under Requirements.
Dependant scripts are located in 📁dScripts/
. These are scripts that contain or require additional assets. Assets from the 🔗Unity Asset Store will be linked to in the 📝README.md
under Requirements for you to download yourself.
📎 Check out my latest script here, hot off the press!
My repositories uses emojis in many places! If you are confused about the usage of these emojis, this section will outline the formatting rules I use for most of my repositories.
- 📁 is used for folders.
- 📄 is used for all files, except for markdown files which use 📝.
⚠️ is used for important information, such as Unity version.- 📎 is for small notes and asides.
- 🔗 is used alongside links to external sites, and
for repositories.
Inline code
is used when referring to files, folders, and code.- When a singular folder or file within the repository is referenced, a link to it will be provided.
-
Blockquotes are used for subtext, notes, asides, etc.