GitHub Gist: instantly share code, notes, and snippets.
An update to a Pool class I made before. This time it's serializable for better editor/inspector integration.

#extradirty

izzy's playlists!
🪼
Peter Solarz
styofa doing anything
2025 on Tumblr: Trends That Defined the Year
Cosimo Galluzzi

if i look back, i am lost

roma★
PUT YOUR BEARD IN MY MOUTH
h
Show & Tell
Xuebing Du

titsay

ellievsbear
Sweet Seals For You, Always

Product Placement

oozey mess
sheepfilms

seen from Singapore
seen from Türkiye
seen from United States
seen from Japan
seen from United States
seen from United Kingdom

seen from United Kingdom

seen from Australia

seen from Singapore
seen from Germany

seen from United States

seen from United Kingdom

seen from Netherlands

seen from United States
seen from Brazil

seen from Singapore

seen from Germany
seen from United States
seen from United States

seen from China
@pruberryltd
GitHub Gist: instantly share code, notes, and snippets.
An update to a Pool class I made before. This time it's serializable for better editor/inspector integration.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
GitHub Gist: instantly share code, notes, and snippets.
A Unity attribute and custom property drawer that automatically syncs a serialized list with an enum. Each list element maps to an enum value, and the drawer adjusts the array size and labels in the inspector. Useful for enum-based configs or state-driven data.
GitHub Gist: instantly share code, notes, and snippets.
This is an idea I came up with when I wanted an easy way for developers to add different validation checks to a component and additionally make it easy for them to define their own.
GitHub Gist: instantly share code, notes, and snippets.
A simple component for attaching annotations/notes to GameObjects in your Unity scenes.
Supports rich text. Right click to edit
“After seeing a glimpse of @matthewmercer 's vision before last weeks #TalksMachina, I felt compelled to do what I could to make those dreams a reality! @samriegel @BrianWFoster #criticalroleland Download Link: https://t.co/uuFNDUCkb8”
Was anyone else left wanting more after the breath-taking glimpse into the Critical Role Land VR experience they aired before last weeks Talks Machina? Well now you can play it too! (if you have a VR headset on your PC)
Seriously though, I through this together in a couple of hours (and it shows). I love Critical Role and thought it’d be funny to recreate their pretend VR experience in actual VR
https://youtu.be/H3Tv-MB88JA

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
“A neat way of making sure your app doesn't go to sleep while you're doing a long process #unitytips”
A serializable dictionary class for Unity that includes all the interfaces you find on the Dictionary class. - SerializableDictionary.cs
It was mentioned at work today how you can’t serialize a dictionary in Unity and how frustrating that can be. So I made this for fun.
There’s an issue where you can right click to Delete/Duplicate an array item in the inspector. This isn’t working and is actually destructive!
I didn’t want to spend too much time on this, so it’s not perfect. But it was interesting and I learned something about Enumerators.
Virtualized scroller for Unity. Contribute to shane-harper/Scroller development by creating an account on GitHub.
After a terrible time using another virtualized scroller at work, I decided to make my own!
It’s simple but flexible, exactly as it should be
A generic C# pool class and example PrefabPool class for use with Unity3D prefabs - Pool.cs
After seeing some of the cool stuff you can do with VS Code (Bitbucket PRs!), I wanted to test it out as a candidate for my main IDE. So I made this to try it out.
Verdict: JetBrains Rider is so good!
Join Hilda and her friends on their mission to discover, befriend and collect all the weird and wonderful creatures of Trolberg and the surrounding Wilderness! The enchanting world of Hilda Creatures awaits. Based on the hit comic series by Luke Pearson, and now a Netflix Original Series, this is the start of your own adventure alongside our blue-haired heroine.
Definitely a bit late to posting this! But here is a game I worked on as Senior Developer at Bigumaku. Although a simple game on the face of it, it has not been without it’s technical challenges. Such as our back end implementation and asset management.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Make animated films starring YOU! Dress your movie star, decorate your set and share your creations with friends! Lights…camera….action! With Muvimi, you can create cartoon avatars that look like you and your friends, and create a unique story by directing them in exciting, customisable scenes. M…
This is the first game I have released to the app store as Senior Developer at Bigumaku. It presented a lot of challenges and required a lot of features that are still only on Unity’s roadmap.
Asset Bundler - A simple tool for handling asset bundles and testing in editor without building. - AssetBundler.cs
As I’m looking to begin a new project, I have been trying to find the best way to handle the assets in my game. Asset bundles are great, but they can be annoying to work with, especially for the artists where I work.
So I came up with this script, which allows you to put all your prefabs into a folder structure which are accessible by the developer in game using the same folder structure as an address. I thought this was a great idea and wondered why I’d never seen it before!? So I made a post on the Unity forums.
It turns out it does already exist! As an optional package for Unity 2018.2+ called Addressable Asset System. It comes with some super powerful tools for profiling and managing asset bundles. Needless to say, I will be using this for my next project.
I figured I would still post the code I wrote, it was interesting writing it so maybe someone else will find it interesting to read?
Localization Plugin for Unity3D. Contribute to shane-harper/Polyglot development by creating an account on GitHub.
After using Polyglot v1 on a few projects, I found a number of things that I thought could be improved, as well as finding some features that were never utilized. So I decided to rewrite it!
This new version is has much better memory management and a number of UX improvements, including a search bar on the key selection drop down and auto language selection based on device language that can be manually configured.
Simple AppCenter Upload Script. GitHub Gist: instantly share code, notes, and snippets.
Created a simple script for uploading to Microsoft AppCenter / HockeyApp. Easily converted for use with TeamCity. Hopefully it will be useful for others that found the API docs a little unclear.
GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 85 million projects.
Created a simple tool for generating AnimationCurve code. Useful for when you want to create default, readonly or static properties for your components.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Localization Plugin for Unity3D
I’ve just ‘released’ a free to use (MIT license) Unity3D Localization plugin on GitHub.
The idea behind it is that it is light weight, simple to set up while somehow being feature rich. I’m pretty happy with the way it has turned out, I’ll be using this at work from now on for projects so I’ll get first hand experience as a user.
I’m hoping to make this the best that I can, any advice on improvements from code quality to features would be greatly appreciated!
Would also love to know if anyone uses it...
I started playing D&D a few months ago and have really gotten in it. I am currently playing the Tomb of Annihilation campaign as a Gnome Druid of the Circle of the Moon, so I have a lot of beast shapes to manage. So I created a tool in Unity (to run in the editor) that allows me to generate cards for each of my forms.
The data is read from JSON files, one for each creature, and the images are loaded into the editor so they can be positioned exactly where I want them.
Obviously Unity isn’t the ideal platform for creating this kind of thing. But since I use it for work, I know it well and was able to build this in a day, including sourcing and tweaking artwork.
The cards are formatted to a 4:6 aspect ratio so I could print them using a photo kiosk at the local pharmacist.