Akela Morse

@akela_morse
19 Followers
41 Following
27 Posts
Gamedev and Musician ๐ŸŽฎ๐ŸŽธ ๐Ÿ”ธ 25 ๐Ÿ”ธ he/him ๐Ÿ”ธ Solo dev at @Ki3_Games ๐Ÿ”ธ Fervent sentiocentrist
A Seed of Life follower drew Hope inโ€ฆHope Cove!!! ๐Ÿบ๐Ÿ’™

No, the sacred grove puzzle is NOT hard.

You literally just need to go right to position the statues on opposing sides. That's literally it. Now stop whining.

#zelda #tp #tphd #twilightprincess

Okay hear me outโ€ฆ

#indiedev #indiegame #unity #madewithunity

Who said moving platforms for quadrupeds was hard?

#indiedev #gamedev #solodev #indiegame #indiegames #3d #unity #madewithunity

I've made myself a toolset for common use cases in Unity. I've decided to make it open-source! ๐Ÿ˜„ I'm presenting it as-is, in the hope people can learn a trick or two from it ๐Ÿ˜Š

Among other things, some optimisation components, custom collider shapes, a signal systemโ€ฆ Feel free to steal any code you like ๐Ÿ˜

https://github.com/akela-morse/akela-core

#unity #csharp #programming #gamedev #indiegame

GitHub - akela-morse/akela-core: My Unity toolbox

My Unity toolbox. Contribute to akela-morse/akela-core development by creating an account on GitHub.

GitHub
To make this work, I'm essentially doing metaprogramming in C#. Specifically, I've written a custom Roslyn source generator that'll automatically implement ISerializationCallbackReceiver and grab the dependencies for you. It'll generate a field from which you can access them.