From 4220013dcfa38e79475121479340a44250f3c064 Mon Sep 17 00:00:00 2001 From: OMGeeky <39029799+OMGeeky@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:32:16 +0100 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..877c402 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# UnityCodeGenerators +Some code gens that I need for my projects + +## Included generators: +- General: + - an attribute that allows for easy GetComponent with just one method for all +- UI: + - Attribute for generating UxmlTraits and needed stuff for custom UIElement-attributes/fields + - Attribute for easily getting Elements from the Uxml file with a single method for all