Miguel Nicolás-Díaz Profile picture
I make games #gamedev I also make #opensource #Unity packages Indie dev at @thesolarmoose Itch: https://t.co/VYpT2QkyS9 Github: https://t.co/uVGvwHLXhG
May 16, 2023 8 tweets 3 min read
Deploy is a Unity package that allows you to build your game for multiple platforms and deploy them to various stores, all in the cloud (rather than on your workstation) with a single click.

It is both free and open source.

More details in thread ⬇️

#madewithunity #cicd Under the hood it uses GitHub Actions to run the builds on GitHub servers. So yeah, it only works with GitHub hosted Unity projects.
Oct 15, 2022 7 tweets 6 min read
Here is a list of free, open-sourced #Unity packages that i’ve found very useful. Most of them are oriented to improve productivity. 🧵[1/X]
#madewithunity #unitytips 1. Serializable Interface by @Chrusb, github.com/Thundernerd/Un…
This package allows you to serialize interfaces and select, in the inspector, a game object, asset or even C# classes that implement that interface.🧵[2/X]