Demo Project
December 12, 2024 ยท View on GitHub
Easiest is to open the demo project in Unity
Located in ExampleProject~ folder.
-
- Neuro data model
-
Scripts/CraftClicker/CraftClickerLogic.cs
- The logic code to load previous data... Modify+save data when the user perform interactions.
-
Scripts/CraftClicker/CraftClickerUI.cs
- UI code to display the state of the 'game'
-
- Editor tooling scripts such as content validators and content debugger
-
Scripts/CraftClicker/Editor/CraftClickerAIContentCopier.cs
- AI tool to generate the content and copy back the result to neuro data
- Open the window via Tools > CraftClicker > AI content copier