Hour 160 - Preparing to go Public
So I recently decided that I'm going to release Plantasia (as well as other games I make ) not just for free but also into the public domain, which means anyone will be able to access the full source code and assets and use them any way the like! But this posed a few problems, for one I'm using some assets that cannot be redistributed individually (only as part of a finished product).
To that end I've re-architected Plantasia using a tool called Projeny, such that custom-made Plantasia code and assets are kept separate from plugins, third-party content, assets from the Asset store, and so on. So I can more easily release my stuff on its own later. I'm going to write a more detailed post about Projeny in the future because it's also really nice for managing dependencies across multiple Unity projects.
I was also using one paid asset in the form of NodeCanvas (a tool for visually creating finite state machines and logic graphs), which posed a much bigger problem. I've actually ended up writing my own (far simpler) solution from scratch. It's been a good learning experience and I'll be making my "ActionGraph" available as a standalone asset that will hopefully be useful to people (as a learning reference, if nothing else) .
With all that out of the way I've also implemented a basic tutorial system and introductory flow for the start of the game (using ActionGraph!). I've also started building content for new types of planetoids - starting with one that has a Japanese garden theme (complete with a mini waterfall) inspired by my recent travels. The idea being that certain types of plants will only grow in particular environments.
Files
Get Plantasia
Plantasia
Cultivate your own plant-covered island paradise!
Status | Released |
Author | Karn Bianco |
More posts
- Hour 240 - Plantasia Launches!May 21, 2018
- Hour 180 - Introducing New PlantsMay 03, 2018
- Hour 172 - What's That Sound?Apr 28, 2018
- Hour 94 - Savvy with SystemsApr 01, 2018
- Hour 78 - Expanding UniverseMar 11, 2018
- Hour 62 - Harvesting SeedsMar 08, 2018
- Hour 55 - Make It RainMar 06, 2018
- Hour 48 - Androids and SeedsMar 04, 2018
- Hour 38 - Warp Speed!Feb 24, 2018
Leave a comment
Log in with itch.io to leave a comment.