Raising the bar for Game Developers learning on YouTube. Simplifying complex concepts in plain language. 20 year programmer.#Unity3D #CSharp #GameDev
I do aYouTube channel for video game creators where I discuss game design, programming, art, and music for game development.
Find me@seekeroftheball
💻 C# Programming Tools
📁 Organizational Tools
- New Folder Wizard - ⭐️
- Organizational tool for creating new folders from a customizable template in Unity.
🎮 Gameplay Enhancing Tools
- Lightweight emoji library for Unity 📦 - Use emojis in-game, in the console log, or in the Unity editor.
🛠️ Miscellaneous Tools
- Batch resize a collection of images - Bash shell script.
🎓 Example Projects
- Editor pop-up modal - Simple pop-up alert example in Unity.
- Unity menu validation - Enable / disable menu items in Unity.
PinnedLoading
- NewFolderWizard-UnityTool
NewFolderWizard-UnityTool PublicNew Folder Wizard is an organizational tool for Unity for quickly importing and customizing your personal folder structure into every project. Save and reuse your templates. Templates are saved as …
- Lightweight static emoji library for...
Lightweight static emoji library for the Unity Game Engine. Returns strings usable in the editor and in games. 1//Author : https://github.com/seekeroftheball https://gist.github.com/seekeroftheball
2//Version : 1.1
3//Updated : March 2023
4usingSystem.Collections.Generic;
5 - FindMax for a variable number of par...
FindMax for a variable number of parameters of any IComparable type, returns the largest value from the provided parameters. 1// using System;
2// using System.Linq;
34/// <summary>
5/// Find the maximum value from a variable number of parameters of any IComparable type.
- An object pool that uses multithread...
An object pool that uses multithreading to handle concurrent access to the pool. 1//Author : https://github.com/seekeroftheball https://gist.github.com/seekeroftheball
2//Version : 1.0
3//Updated : April 2023
45usingSystem;
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.