All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Planning: A document called "thesis ideas" is added which contains design ideas and fixes to potential problems.
See Documents~ folder - Configured project as package: This repo is a unity package. It should be downloadable by the unity packet manager (via git url).
Followed the guide: Unity manual: custom packages - Created a basic tool: The tool is an additional window in unity. It will be the main UI for the user to interact with.
Followed the guide: Unity manual: extending IMGUI - Created a mount in the assets folder: Once the tool is activated it will search or create a folder inside the unity assets folder. This is where generated data for runtime objects (like heigtmaps) is stored.