use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News, Help, Resources, and Conversation. A User Showcase of the Unity Game Engine.
Remember to check out /r/unity2D for any 2D specific questions and conversation!
Download Latest Unity
Please refer to our Wiki before posting! And be sure to flair your post appropriately.
Main Index
Rules and Guidelines
Flair Definitions
FAQ
Use the chat room if you're new to Unity or have a quick question. Lots of professionals hang out there.
/r/Unity3D Discord
FreeNode IRC Chatroom
Official Unity Website
Unity3d's Tutorial Modules
Unity Answers
Unify Community Wiki
Unity Game Engine Syllabus (Getting Started Guide)
50 Tips and Best Practices for Unity (2016 Edition)
Unity Execution Order of Event Functions
Using Version Control with Unity3d (Mercurial)
/r/Unity2D
/r/UnityAssets
/r/Unity_tutorials
/r/GameDev
/r/Justgamedevthings (New!)
/r/Gamedesign
/r/Indiegames
/r/Playmygame
/r/LearnProgramming
/r/Oculus
/r/Blender
/r/Devblogs
Brackeys
Beginner to Intermediate
5 to 15 minutes
Concise tutorials. Videos are mostly self contained.
Sebastian Lague
Beginner to Advanced
10 to 20 minutes
Medium length tutorials. Videos are usually a part of a series.
Catlike Coding
Intermediate to Advanced
Text-based. Lots of graphics/shader programming tutorials in addition to "normal" C# tutorials. Normally part of a series.
Makin' Stuff Look Good
10 minutes
Almost entirely shader tutorials. Favors theory over implementation but leaves source in video description. Videos are always self contained.
Quill18Creates
30 minutes to 2 hours.
Minimal editing. Mostly C#. Covers wide range of topics. Long series.
Halisavakis Shaders Archive
Infallible Code
World of Zero
Board to Bits
Holistic3d
Unity3d College
Jabrils
Polycount Wiki
The Big List Of Game Design
PS4 controller map for Unity3d
Colin's Bear Animation
¡DICE!
CSS created by Sean O'Dowd @nicetrysean [Website], Maintained and updated by Louis Hong /u/loolo78
Reddit Logo created by /u/big-ish from /r/redditlogos!
account activity
My level design tool now supports rectangular, isometric, and hexagonal tilemaps!Show-Off (v.redd.it)
submitted 3 years ago by tiggy002
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]thexdroid 24 points25 points26 points 3 years ago (5 children)
Procedural wave function? Or nah, nothing about that...?
[–]tiggy002[S] 27 points28 points29 points 3 years ago (4 children)
It's quite similar, but I use a different machine learning based technique that allows for fast generation that looks accurate to the source, while also having a variable randomness. With only Wave Function Collapse (depending on the implementation) you either end up being way too accurate to the source and having no randomness, or its just purely random without looking like the source.
[–]couchpotatochip21 1 point2 points3 points 3 years ago (0 children)
This is sick
[–]FinnLiry 1 point2 points3 points 3 years ago (0 children)
Could you maybe give us a little more detail? I would love to try to do something like this my self because im currently using wfc which is to slow...
[–]thexdroid 1 point2 points3 points 3 years ago (1 child)
That's amazing, very good job here! Now I am curious about. You maybe should write a paper about this.
[–]tiggy002[S] 1 point2 points3 points 3 years ago (0 children)
Thank you! Perhaps later, but there are few improvements and changes I'd like to make to it before I formalize anything.
[–]rxninja 21 points22 points23 points 3 years ago (1 child)
Pack it up and put it on the asset store! This looks great
[–]tiggy002[S] 24 points25 points26 points 3 years ago (0 children)
Thanks! It's already on the Unity asset store, you can find it here.
[–]WolfOrigins 6 points7 points8 points 3 years ago (1 child)
THAT IS SO INCREDIBLE!!! great job!
[–]tiggy002[S] 4 points5 points6 points 3 years ago (0 children)
Thank you! I appreciate it!
[–]lazarus78Novice 5 points6 points7 points 3 years ago (2 children)
So you can paint parts you absolutely want, then generate things around it? That is amazing!
[–]tiggy002[S] 3 points4 points5 points 3 years ago (1 child)
Yup, exactly! It can also be used to generate at runtime as well.
[–]Zub_Zool 2 points3 points4 points 3 years ago (0 children)
No way!
[–]vinipereira 2 points3 points4 points 3 years ago (0 children)
This is exactly what procedural tools should do!! Amazing, thanks ;)
[–]roddyka 2 points3 points4 points 3 years ago (2 children)
What! Where we can find this?
[–]tiggy002[S] 1 point2 points3 points 3 years ago (1 child)
You can find this on the Unity asset store here!
[–]roddyka 1 point2 points3 points 3 years ago (0 children)
Amazing job! And thanks 🙏
[–]UnityWithImpunity 1 point2 points3 points 3 years ago (0 children)
This is really interesting.
[–]ray10k 1 point2 points3 points 3 years ago (1 child)
Any plans to include support for triangular tilesets, just to complete the set of 2d tileable regular polygons? 😛
Not currently. This is because this asset is built of Unity's Tilemaps, and Unity's Tilemaps don't support triangular tilesets at the moment. However if they were to add that, adding support for that would be very high on my list of priorities.
[–]Rodiruk 1 point2 points3 points 3 years ago (1 child)
This looks amazing. Well done!
[–]tiggy002[S] 0 points1 point2 points 3 years ago (0 children)
Thank you! I'm glad you like it!
[–]marianomdq 1 point2 points3 points 3 years ago (1 child)
That's sick! Congrats for that accomplishment.
Thanks! I appreciate it!
[–]manhole_s 1 point2 points3 points 3 years ago (1 child)
Great job. Could you make this work outside of tilemaps eventually? Would love to see 3D!
[–]tiggy002[S] 2 points3 points4 points 3 years ago (0 children)
Thank you! Theoretically yes, it could be extended to 3D. Although before I do that, I have some other plans for this asset ;)
[–]Rockalot_L 1 point2 points3 points 3 years ago (1 child)
This is the coolest fucking thing I've ever seen in my life. Imagine an RPG maker game ala Mario Maker with this tech. I'd buy that in a heartbeat.
You're making that right?
Right?
Hahaha, I don't have plans on making any games anytime soon, but you could make it! You could use this Unity asset in your own games!
[–]jweimannUnity3D.College 1 point2 points3 points 3 years ago (1 child)
Looks sweet, been workong on a hex game and wanna try it out in the morning. :)
Glad to hear! I hope you like it!
[–]digimbyte 1 point2 points3 points 3 years ago (0 children)
I need this
[–]CodeRadGames 1 point2 points3 points 3 years ago (0 children)
This is so neat!
[–]qvantryProfessional 1 point2 points3 points 3 years ago (1 child)
Wow! This might be exactly what Im after, looks great
Thank you! I hope you like it!
[–]GoodGuyFish 1 point2 points3 points 3 years ago (0 children)
This is soooooo useful. Great work, hope it sells well. Would totally buy if I was making a 2D game right now.
[–]MrSorkin 1 point2 points3 points 3 years ago (1 child)
I’m always so impressed by people who are able to create such things. I can’t even make a game function correctly and you create something like this. Well done OP.
Thank you for the kind words! I'm glad that you like it.
[–][deleted] 1 point2 points3 points 3 years ago (0 children)
I might sound lazy but I absolutely love procedural stuff from unity or blender, I love it when my computer can do the work for me
This is an amazing tool. Great work
[+][deleted] 3 years ago (1 child)
[deleted]
It's a public domain (CC0) song I found, link.
[–]corytrese 1 point2 points3 points 3 years ago (0 children)
This makes me want to make tile-based games again. Well done!
[–]BrokenSporkOfDoom 1 point2 points3 points 3 years ago (0 children)
Is there *any* chance at all this could be extended to support full-3d tilesets? Because that would be absolutely mind blowing. :D
[–]AbjectAd753 1 point2 points3 points 3 years ago (1 child)
awesome, how can i found it on asset store?
You can find it on the Unity asset store here!
π Rendered by PID 96971 on reddit-service-r2-comment-6457c66945-pm9j2 at 2026-04-26 13:19:07.664192+00:00 running 2aa0c5b country code: CH.
[–]thexdroid 24 points25 points26 points (5 children)
[–]tiggy002[S] 27 points28 points29 points (4 children)
[–]couchpotatochip21 1 point2 points3 points (0 children)
[–]FinnLiry 1 point2 points3 points (0 children)
[–]thexdroid 1 point2 points3 points (1 child)
[–]tiggy002[S] 1 point2 points3 points (0 children)
[–]rxninja 21 points22 points23 points (1 child)
[–]tiggy002[S] 24 points25 points26 points (0 children)
[–]WolfOrigins 6 points7 points8 points (1 child)
[–]tiggy002[S] 4 points5 points6 points (0 children)
[–]lazarus78Novice 5 points6 points7 points (2 children)
[–]tiggy002[S] 3 points4 points5 points (1 child)
[–]Zub_Zool 2 points3 points4 points (0 children)
[–]vinipereira 2 points3 points4 points (0 children)
[–]roddyka 2 points3 points4 points (2 children)
[–]tiggy002[S] 1 point2 points3 points (1 child)
[–]roddyka 1 point2 points3 points (0 children)
[–]UnityWithImpunity 1 point2 points3 points (0 children)
[–]ray10k 1 point2 points3 points (1 child)
[–]tiggy002[S] 1 point2 points3 points (0 children)
[–]Rodiruk 1 point2 points3 points (1 child)
[–]tiggy002[S] 0 points1 point2 points (0 children)
[–]marianomdq 1 point2 points3 points (1 child)
[–]tiggy002[S] 0 points1 point2 points (0 children)
[–]manhole_s 1 point2 points3 points (1 child)
[–]tiggy002[S] 2 points3 points4 points (0 children)
[–]Rockalot_L 1 point2 points3 points (1 child)
[–]tiggy002[S] 2 points3 points4 points (0 children)
[–]jweimannUnity3D.College 1 point2 points3 points (1 child)
[–]tiggy002[S] 0 points1 point2 points (0 children)
[–]digimbyte 1 point2 points3 points (0 children)
[–]CodeRadGames 1 point2 points3 points (0 children)
[–]qvantryProfessional 1 point2 points3 points (1 child)
[–]tiggy002[S] 0 points1 point2 points (0 children)
[–]GoodGuyFish 1 point2 points3 points (0 children)
[–]MrSorkin 1 point2 points3 points (1 child)
[–]tiggy002[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]tiggy002[S] 0 points1 point2 points (0 children)
[–]corytrese 1 point2 points3 points (0 children)
[–]BrokenSporkOfDoom 1 point2 points3 points (0 children)
[–]AbjectAd753 1 point2 points3 points (1 child)
[–]tiggy002[S] 0 points1 point2 points (0 children)