From c5f0f63efa1f2ba1ed886e4c5249b7962e9a99da Mon Sep 17 00:00:00 2001 From: Pasha Date: Wed, 28 Jan 2026 22:05:06 +0000 Subject: [PATCH] Started adding markdown resources --- Features.md | 0 README.md | 19 +++++++++++++++++++ Todo.md | 8 ++++++++ 3 files changed, 27 insertions(+) create mode 100644 Features.md create mode 100644 README.md create mode 100644 Todo.md 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