In this post, I'd like to provide the context for the project I'm currently writing about on this blog. I'm also using this as an opportunity to start a series of blog posts breaking down my recent talk from DjangoConUS 2022 about what I learned related to Django while building …
-
-
Signing and Notarizing a Unity App for MacOS
Edit: A lot of the information in this post is still great, but Apple have recently recommended moving from
altool
(referenced in the linked scripts below) tonotarytool
, so I have added an update to this post here.For the past few years, Apple's Gatekeeper has made it difficult to …
-
Unity3D Scriptable Objects
This week at our local Unity user meetup group, I presented (along with a co-organizer of the group) about Scriptable Objects in Unity. You can find that talk here.
This is that same content in text form.
Scriptable objects are a powerful tool in designing and developing games in Unity3D …
-
Unity 2D Tools for Level Building
This week for our local Unity meetup group, I presented an intro to some of the new 2D Tools in Unity (There is an intro about more general Unity topics, so for the 2D stuff skip to 17 minutes in): https://www.youtube.com/watch?v=xopzxmzFJUs
Here are the …