Unity and the Facebook API in 2018

Something I’ve been struggling with for my current game is the facebook integration – I’ve hit way more roadblocks than I should’ve done due to bugs or undocumented permission requirements. Since my project uses Unity as a frontend, and Playfab as it’s backend, my starting point was this useful guide https://api.playfab.com/docs/tutorials/landing-players/facebook-unity All of my problems were…

Tiled TMX Importer

When Unity 2017.2’s Tilemap system came out, the first thing I wanted to do was import some maps into it.  Amazingly, Unity didn’t include any way to load the popular open-source TMX file format, so I figured – oh well, I’ll just have to do it myself 🙂 As I discovered, Unity’s Tilemap system is…

Hello World!

My new website is up!  Yey! I need one of these now that I’m indie, and will (eventually) have some new game related stuff to show 🙂 Maybe I’ll put some of my old stuff on here as well. For now though, take a peek at the Hexels Unity importer – it’s a bit of…