Hi all, I finally managed to make something! I'm pretty jazzed with AC, took me ages of rewatching the 2D Primer video, browsing these forums and some helpful advice from Chris, here's my first little test demo game:
https://mikdog.itch.io/degen-adventure
Keen to make something a little more ambitious next time, eventually something pixelart.
One or two questions I have:
I made too much empty space above the player's head so the player's subtitle text is fairly high above it.
Also need to learn how Unity's timeline works to make cutscenes, I saw in the manual or something that it's better for performance to have single-use unique animations not necessary be part of the animation controller.
Anyways, this is a huge accomplishment for me, thanks Chris, AC and the community, I'm thrilled to have put this little thang out.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Congrats @mikdog!
You can do this just be removing the InventoryBox element from your Interaction menu.
Thanks Chris.