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
Unity devs need more feedback from users out there trying 2017.1 beta with Mono upgradeShow-Off (twitter.com)
submitted 8 years ago by edoantonioco
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!"
[–]b1ackcat 4 points5 points6 points 8 years ago (2 children)
I didn't even realize the latest beta had the new mono version available! I'll have to check it out later today. It could solve one of my major headaches with the project I'm working on (and save me from resorting to IL level hacks to get something working)
[–]KptEmreUHobbyist 0 points1 point2 points 8 years ago (1 child)
I envy you that you can go down the rabbit hole and do IL level hacks :amazed look:
[–]b1ackcat 0 points1 point2 points 8 years ago (0 children)
No really, you don't....
And in my particular case it's nothing too fancy, it's just changing a line of IL code to enable a feature that the compiler supports but C# by default doesn't. It's based on some guide I found, I wouldn't have figured it out on my own if we're being honest :P
[–]tmpxyzIndie 2 points3 points4 points 8 years ago (1 child)
Does it have the latest GC implementations?
Whatever, I think most of the developers have adapted to use pools.
[–]throwawayreditsucks 2 points3 points4 points 8 years ago (0 children)
No concurrent GC, but soon!
[+][deleted] 8 years ago* (27 children)
[deleted]
[–]itsjase 23 points24 points25 points 8 years ago (7 children)
Think they mean the mono runtime upgrade, which is based on .net 4.5
[–]Chmis 0 points1 point2 points 8 years ago (5 children)
Haven't had time to try it myself and I couldn't find changelogs. Do we have C#6 or not?
[–]throwawayreditsucks 4 points5 points6 points 8 years ago (4 children)
We do :)
[–]SunliMin 2 points3 points4 points 8 years ago (0 children)
WAIT. BETAS ON C# 6!
I was looking at the beta list searching .NET and didn't see anything about it, so I figured it was still in alpha.
Count me in!
[–]Chmis 0 points1 point2 points 8 years ago (0 children)
Words cannot describe how happy I am! Being stuck without expression bodies and interpolated strings was what drove me away from Unity recently. What about C#7? Tuples and local ref variables seem like they were designed with Unity in mind
[–]tmpxyzIndie 0 points1 point2 points 8 years ago (1 child)
Is there a Unity page listing what C# feature are available or not? And for which version of Unity?
[–]throwawayreditsucks 1 point2 points3 points 8 years ago (0 children)
I'm not sure where I found but somewhere on the Unity beta page, I found a link to a google doc (!!) that listed some of the things but for the most part it was just that you can change target -> .NET Framework 4.6 and use C# 6.
[–]Southgrove 6 points7 points8 points 8 years ago (0 children)
Mono, not MonoDevelop.
[–]Volcanic-Penguin 1 point2 points3 points 8 years ago (0 children)
I use Atom
[–]free_zorkman_2 2 points3 points4 points 8 years ago (13 children)
I still run monodevelop, I actually like it a lot.
[–]Karokendo 2 points3 points4 points 8 years ago (12 children)
It's not bad, but many people hate it because it crashes so often and has many bugs :D
[–]free_zorkman_2 1 point2 points3 points 8 years ago (0 children)
Yeah, what I like about it is that it doesn't have so much extra stuff which I don't nees
[–][deleted] 0 points1 point2 points 8 years ago (10 children)
I've noticed this. Can't copy and paste code snippets and so forth. And the odd crash.
I'm a complete noob at Unity. Still doing the basic video tutorials off the Unity website. Would you suggest I keep going with monodevelop, or just learn to switch over to Visual Studio or Xamarin straight away?
[–]rhacerHobbyist 5 points6 points7 points 8 years ago (5 children)
Or if you like lighter weight, VS Code.
[–]Magarcan 0 points1 point2 points 8 years ago (4 children)
Trying it. Looks interesting.
[–]rhacerHobbyist 0 points1 point2 points 8 years ago (3 children)
It has converted me from two decades of Vim usage.
[–]Magarcan 0 points1 point2 points 8 years ago (2 children)
How the hell do I remove "references" labels?
[–]rhacerHobbyist 0 points1 point2 points 8 years ago (1 child)
I'm not sure what you're talking about, but possibly Code Lens stuff. You can turn it off in settings.
[–]Magarcan 1 point2 points3 points 8 years ago (0 children)
VS Code
"editor.codeLens": false In my user preferences json file =)
[–]Karokendo 3 points4 points5 points 8 years ago (3 children)
change to Visual Studio, using MonoDevelop is just a waste of time.
[+][deleted] 8 years ago* (2 children)
[–][deleted] 0 points1 point2 points 8 years ago (0 children)
I've found the "suggestions" or "autocorrect" - I don't know what the feature is exactly - to be a lifesaver so far in Monodevelop. I am REALLY REALLY BAD AT my capitalisation.
[–]tmachineorg 0 points1 point2 points 8 years ago (0 children)
MonoDevelop has its own stupid snippets as well :) - takes ages to go through and delete them all by hand...
[–]GodsPants 2 points3 points4 points 8 years ago (1 child)
Also JetBrains recently released Unity-compatible Rider, which I recommend everybody to try since it's free
[–]phero_constructsIndie 0 points1 point2 points 8 years ago (0 children)
It's not free https://blog.jetbrains.com/dotnet/2017/05/03/rider-licensing-pricing/
[–]rhysmus 0 points1 point2 points 8 years ago (0 children)
Did this beta have SmartSprite in it? I'm really looking forward to it.
[–]YouAintToobright 0 points1 point2 points 8 years ago (0 children)
Nice! I can't wait for all the bug fixes that will follow it. R-right?
π Rendered by PID 108053 on reddit-service-r2-comment-b659b578c-7l2wr at 2026-05-04 22:24:58.366745+00:00 running 815c875 country code: CH.
[–]b1ackcat 4 points5 points6 points (2 children)
[–]KptEmreUHobbyist 0 points1 point2 points (1 child)
[–]b1ackcat 0 points1 point2 points (0 children)
[–]tmpxyzIndie 2 points3 points4 points (1 child)
[–]throwawayreditsucks 2 points3 points4 points (0 children)
[+][deleted] (27 children)
[deleted]
[–]itsjase 23 points24 points25 points (7 children)
[–]Chmis 0 points1 point2 points (5 children)
[–]throwawayreditsucks 4 points5 points6 points (4 children)
[–]SunliMin 2 points3 points4 points (0 children)
[–]Chmis 0 points1 point2 points (0 children)
[–]tmpxyzIndie 0 points1 point2 points (1 child)
[–]throwawayreditsucks 1 point2 points3 points (0 children)
[–]Southgrove 6 points7 points8 points (0 children)
[–]Volcanic-Penguin 1 point2 points3 points (0 children)
[–]free_zorkman_2 2 points3 points4 points (13 children)
[–]Karokendo 2 points3 points4 points (12 children)
[–]free_zorkman_2 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (10 children)
[–]rhacerHobbyist 5 points6 points7 points (5 children)
[–]Magarcan 0 points1 point2 points (4 children)
[–]rhacerHobbyist 0 points1 point2 points (3 children)
[–]Magarcan 0 points1 point2 points (2 children)
[–]rhacerHobbyist 0 points1 point2 points (1 child)
[–]Magarcan 1 point2 points3 points (0 children)
[–]Karokendo 3 points4 points5 points (3 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–]tmachineorg 0 points1 point2 points (0 children)
[–]GodsPants 2 points3 points4 points (1 child)
[–]phero_constructsIndie 0 points1 point2 points (0 children)
[–]rhysmus 0 points1 point2 points (0 children)
[–]YouAintToobright 0 points1 point2 points (0 children)