├── .gitignore ├── README.md ├── README ├── Icon_big.png ├── UNotesWithComments.png ├── UnotesScreenShot00001.png ├── UnotesScreenShot00002.png ├── UnotesScreenShot00003.png ├── UnotesScreenShot00004.png ├── UnotesScreenShot00005.png ├── UnotesScreenShot00006.png └── UnotesScreenShot00007.png └── UNotes ├── .gitignore ├── Assets └── UNotes │ ├── Documentation.meta │ ├── Documentation │ ├── Documentation.pdf │ ├── Documentation.pdf.meta │ ├── Tutorial.unity │ ├── Tutorial.unity.meta │ ├── UNotesScene.unity │ └── UNotesScene.unity.meta │ ├── Editor.meta │ └── Editor │ ├── UNote.cs │ ├── UNote.cs.meta │ ├── UNoteEditWindow.cs │ ├── UNoteEditWindow.cs.meta │ ├── UNotesAbout.cs │ ├── UNotesAbout.cs.meta │ ├── UNotesHInventory.cs │ ├── UNotesHInventory.cs.meta │ ├── UNotesOptionsWindow.cs │ ├── UNotesOptionsWindow.cs.meta │ ├── UNotesTestingWindow.cs │ ├── UNotesTestingWindow.cs.meta │ ├── UNotesUtils.cs │ ├── UNotesUtils.cs.meta │ ├── UNotesWindow.cs │ └── UNotesWindow.cs.meta └── UNotesDatabase.dat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README.md -------------------------------------------------------------------------------- /README/Icon_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README/Icon_big.png -------------------------------------------------------------------------------- /README/UNotesWithComments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README/UNotesWithComments.png -------------------------------------------------------------------------------- /README/UnotesScreenShot00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README/UnotesScreenShot00001.png -------------------------------------------------------------------------------- /README/UnotesScreenShot00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README/UnotesScreenShot00002.png -------------------------------------------------------------------------------- /README/UnotesScreenShot00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README/UnotesScreenShot00003.png -------------------------------------------------------------------------------- /README/UnotesScreenShot00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README/UnotesScreenShot00004.png -------------------------------------------------------------------------------- /README/UnotesScreenShot00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README/UnotesScreenShot00005.png -------------------------------------------------------------------------------- /README/UnotesScreenShot00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README/UnotesScreenShot00006.png -------------------------------------------------------------------------------- /README/UnotesScreenShot00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/README/UnotesScreenShot00007.png -------------------------------------------------------------------------------- /UNotes/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/.gitignore -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Documentation.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Documentation/Documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Documentation/Documentation.pdf -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Documentation/Documentation.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Documentation/Documentation.pdf.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Documentation/Tutorial.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Documentation/Tutorial.unity -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Documentation/Tutorial.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Documentation/Tutorial.unity.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Documentation/UNotesScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Documentation/UNotesScene.unity -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Documentation/UNotesScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Documentation/UNotesScene.unity.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNote.cs -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNote.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNote.cs.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNoteEditWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNoteEditWindow.cs -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNoteEditWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNoteEditWindow.cs.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesAbout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesAbout.cs -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesAbout.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesAbout.cs.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesHInventory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesHInventory.cs -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesHInventory.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesHInventory.cs.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesOptionsWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesOptionsWindow.cs -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesOptionsWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesOptionsWindow.cs.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesTestingWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesTestingWindow.cs -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesTestingWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesTestingWindow.cs.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesUtils.cs -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesUtils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesUtils.cs.meta -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesWindow.cs -------------------------------------------------------------------------------- /UNotes/Assets/UNotes/Editor/UNotesWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/Assets/UNotes/Editor/UNotesWindow.cs.meta -------------------------------------------------------------------------------- /UNotes/UNotesDatabase.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstecca/UNotes/HEAD/UNotes/UNotesDatabase.dat --------------------------------------------------------------------------------