Game Development Tutorials
Serialization & Encryption
|
Serialization (JSON and XML) and Encryption (AES)
mrventures.net/all-tutorials/serialization-encryption |
|
Fyber Unity Integration
|
|
Translations
|
Download a CSV of Google-Translated terms! Then propagate those translations to every text in your game!
mrventures.net/all-tutorials/translations |
|
Singletons & Service Locators
|
De-Coupling patterns with implementation examples in Unity
mrventures.net/all-tutorials/service-locators-singletons |
|
Advanced Unity UI Techniques
|
A few tricks for dealing with pesky Unity UI problems.
mrventures.net/all-tutorials/advanced-unity-ui-techniques |
|
Converting a Twine Story to Unity
|
An incredibly lightweight pipeline to play your twine story in unity.
mrventures.net/all-tutorials/converting-a-twine-story-to-unity |
|
A Gamedev Engineer’s Super Duper Study Sheet
|
Everything I have learned from several years of dozens of interviews, summarized into a very concise reference sheet.
mrventures.net/all-tutorials/a-gamedev-engineers-super-duper-study-sheet |
|
Creating a Resume
|
Creating a concise yet appealing resume is one of the most important parts of landing a job in game development. This tutorial covers the key points of making an excellent resume.
mrventures.net/all-tutorials/creating-a-resume |
|
Downloading Google Sheets
|
Using Google Sheets we can store and edit our data to make live changes to our games! This tutorial covers how to download CSV's from Google Sheets and then parse them for data!
mrventures.net/all-tutorials/downloading-google-sheets |
|
Collecting User Feedback
|
Using Google Forms and Emails we can collect expert user feedback! This tutorial covers opening a user's client email program as well as two ways to direct data to Google Forms!
mrventures.net/all-tutorials/collecting-player-feedback |
|
Sending Emails From Your Unity Game
|
Ever wanted to send emails from your Unity Indie Game? This tutorial covers two ways including direct emails through the C# .Net and forwarding the message through an server-hosted php script.
mrventures.net/all-tutorials/sending-emails |
|