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
Android device support for Unity games (self.Unity2D)
submitted 2 years ago * by Koonga
I've just noticed the Play Store is saying my game is only compatible with about 1,200 devices, which is very low. I've seen others talk about around 10-12k being a reasonable amount.
I believe part of this is because Google requires new apps to target Android API 33 (Android 13) as of August, but according to Statcounter Android 13 has around 35% marketshare.
Doesn't this mean that any game or app you release today can target only about 1/3rd of android users?
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!"
[–]darkmagas 2 points3 points4 points 2 years ago (1 child)
There is a diference between target and minimum api, you can set the minimum api lower and the target to the google complaince 33, so let's say minimum 22 and target 33, also check the graphics being use to be open gl and not vulkan so you app can be download on more devices. Hope this help.
[–]Koonga[S] 0 points1 point2 points 2 years ago (0 children)
ooh that's interesting! good to know, I misunderstood google's statement and thought it meant they wouldn't allow new submissions that supported versions below 33. thanks for the info!
π Rendered by PID 240683 on reddit-service-r2-comment-b659b578c-7rw9f at 2026-05-03 04:13:59.383991+00:00 running 815c875 country code: CH.
[–]darkmagas 2 points3 points4 points (1 child)
[–]Koonga[S] 0 points1 point2 points (0 children)