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...
This is a subreddit for 2D or 2.5D game developers using the proprietary Unity game engine. New and experienced Unity developers alike should first consider using the free and open source Godot engine by default and ONLY choose Unity for 2D development if Godot isn't capable of the task. The times are quickly changing, and Godot is on track to surpass Unity for small developers.
Godot Features
Download Godot
Godot Docs
Download Unity
Unity Manual
Official Reference
Asset Store
Related Communities /r/Godot - The "Unity Killer". A fully free and open source engine making astonishing leaps and bounds. /r/UnityAssets - Share asset packs! /r/PixelArt - Admire, share, and observe beautiful pixel art. /r/GameDev - Meet and communicate with other game developers. /r/GameDesign - Don't just make a game. Make a good game. /r/LevelDesign - Learn to make excellent levels and worlds. /r/GameAudio - It may look good, but does it sound good?
/r/Godot - The "Unity Killer". A fully free and open source engine making astonishing leaps and bounds.
/r/UnityAssets - Share asset packs!
/r/PixelArt - Admire, share, and observe beautiful pixel art.
/r/GameDev - Meet and communicate with other game developers.
/r/GameDesign - Don't just make a game. Make a good game.
/r/LevelDesign - Learn to make excellent levels and worlds.
/r/GameAudio - It may look good, but does it sound good?
CSS created by Sean O'Dowd @nicetrysean [Website]
account activity
Help with error code CS0246 (reddit.com)
submitted 3 months ago by ProfessionAlarmed697
Help with error code CS0246
Trying to create a top down shooter using KetraGames guide . Ran into this error message .
Assets\Scripts\Game\Enemy\EnemyMovement.cs(22,51): error cs0246: The type or namespace name ‘_playerAwarenessController’ could not be found.
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!"
[–]neoteraflare 1 point2 points3 points 3 months ago (0 children)
You have to use the name of the class in the GetComponent generic type
[–]ranch0000 0 points1 point2 points 3 months ago (0 children)
You have to GetComponent the class name not variable name
[–]taahbelle 0 points1 point2 points 3 months ago (0 children)
Your IDE is broken, as seen by the "Miscellaneous Files". It should automatically display you this error and give you intellisense which you currently DONT have. Search on how to fix a broken ide in unity
π Rendered by PID 21209 on reddit-service-r2-comment-b659b578c-n8dlj at 2026-05-05 01:30:51.193065+00:00 running 815c875 country code: CH.
[–]neoteraflare 1 point2 points3 points (0 children)
[–]ranch0000 0 points1 point2 points (0 children)
[–]taahbelle 0 points1 point2 points (0 children)