diff --git a/Features.md b/Features.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..35c417f --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Pacore + +Pacore is a small unity coding QoL library mainly focused on improving accesability within the editor. +You can view a list of the features with their documentation [here](Features.md) +and all planned features [here](Todo.md). + +> NOTE: You may be viewing this repository on the github mirror, +> the repository is hosted on [git.bibko.uk](https://git.bibko.uk/Pasha/Pacore) + +### Add to project + +#### Requirements + +- Unity 2022.3 or later (earlier versions may still work) +- No other dependencies or software is required + +#### Instillation guide + +WIP diff --git a/Todo.md b/Todo.md new file mode 100644 index 0000000..f3beab8 --- /dev/null +++ b/Todo.md @@ -0,0 +1,8 @@ +### Planned features + +##### Static variable inspector tooling +- Ability to view static fields +- Change static values within the inspector + +##### Instillation guide +- Instructions to download and include the library within Unity projects