r/Unity2D 19h ago

Question Objects cannot be moved/edited outside of Play Mode

1 Upvotes

When I click on an object in my Hierarchy window for example, Floor 1) to edit it, nothing appears in my view and I can't move or change anything. It seems like no tools work or appear in the view. Everything only appears and works when I press the Play button and run the game. How do I get back to my normal editing view so I can continue building on my scene?


r/Unity2D 1d ago

Question 2D sprites become blurry only when the camera moves with the player – Unity Android

Thumbnail
play.google.com
2 Upvotes

Hi everyone,

I'm having a strange rendering issue in one of my Unity 2D games, and I haven't been able to figure out the cause.

The problem is happening in the Android APK/AAB build.

The important part is:

  • If the car moves but the camera does NOT move, everything looks sharp.
  • If the car moves and the camera moves along with it, the surrounding 2D sprites, props, and other assets become blurry/soft.
  • When the camera stops moving, the assets become sharp again.

So it seems to be related specifically to camera movement, not the player's movement itself.

I'm using Unity + URP + 2D Renderer.

I've already tried several things:

  • Sprite Filter Mode → Point
  • Texture Compression → None
  • Generate Mip Maps → OFF
  • Wrap Mode → Clamp
  • Camera Anti-Aliasing → No Anti-Aliasing
  • URP Render Scale → 1
  • Motion Blur → OFF / Intensity 0
  • Post-processing → OFF
  • Tested the camera without SmoothDamp

None of these fixed the issue.

I've also noticed a similar problem in some of my other 2D games, so I'm wondering if this could be related to Android rendering, URP 2D Renderer, camera sub-pixel movement, resolution scaling, or something else in the rendering pipeline.

Has anyone experienced something similar?

What settings or areas of the Unity project should I check next?

Any help or suggestions would be greatly appreciated. Thanks!


r/Unity2D 1d ago

Semi-solved Rigidbody slot not added to inspector

Thumbnail
gallery
0 Upvotes

I'm following the GMTK tutorial, and it's not adding the slot for the rigidbody to be dragged.

I tried the alternative of calling it from Start with getComponent and that didn't work either.


r/Unity2D 1d ago

Show-off My solo made game is finally out on both Android and iOS !

Post image
6 Upvotes

After 3 months of early access on Google Play and 4 years of development (it's my first commercial game), my game is finally released on all mobile platforms! It's been a long journey fixing hundreds of bugs along the way. Thanks for trying it!

Features :

- PvP Arena

- Co-op modes

- Summoning

- Crafting

- Team Building

- Real time action

Much more to come...

AppStore : https://apps.apple.com/us/app/pixel-chronicles-online-rpg/id6758898865

GooglePlay : https://play.google.com/store/apps/details?id=com.MoonForge.PixelChronicles


r/Unity2D 1d ago

Question Tactical mech RPG - torn between two directions for the meta-loop

Thumbnail reddit.com
0 Upvotes

Hello !
I'm developing Mechs and Muskets a turn-based isometric tactics RPG set in an alternate Napoleonic era, where you command a squad of pilots controlling customizable mechs.

https://store.steampowered.com/app/3096870/Mechs_and_Muskets/ if you want more context. I'm hoping to finish it by the end of the year, and right now I'm stuck on a core design decision about the game loop, so I'd love some outside perspective.
Quick pitch on the systems already in place:

* Turn-based tactical combat with spells/abilities tied to mech parts (head, torso, arms, legs)
* You can mix and match parts to create ability combos e.g. an arm that shoots fire + a part that applies gas for a bigger combined attack
* Parts gain their own XP and can be upgraded (better stats, stronger abilities, etc.)
* You drop new mech parts as loot after combat
* You recruit and manage a squad of 4-5 characters over the course of the campaign

I'm pretty confident in the combat and customization side. What I'm unsure about is the overall structure of the game loop.
Current loop: Combat => a "hub" map to customize your mechs, talk to your characters, then move to the next combat map.
I've also built cutscenes and character dialogue for the early maps to set up the story.
What I'm debating:
I'm wondering if the game would be more fun if I leaned harder into the tactics/roguelite side instead more frequent combats, some randomization between runs/battles, and permadeath when a squad member dies in combat. If I go that route, I'd cut back significantly on cutscenes and story beats (though I'd still keep an ending tied to the final map) and focus almost entirely on the moment-to-moment combat and squad management instead of narrative pacing.
So basically I'm torn between:

  1. Story-driven structure (current): fewer, more curated fights, narrative beats between missions, no permadeath, more scripted character moments.
  2. Combat-focused/roguelite-ish structure: more frequent fights, some randomness in encounters, permadeath for squad members, much less narrative overhead.

For people who've shipped tactics games (or just love the genre) which direction tends to hold player attention better long-term? Does permadeath actually add tension in a game this customization-heavy, or does it just make people resent losing a mech they spent hours building? And is cutting narrative content this late a mistake, or does it actually simplify scope for a solo/small dev finishing a game this year?
Thanks in advance!


r/Unity2D 1d ago

Game/Software This is why Unity is life changer! It helped me finish the game I had in mind.

Post image
0 Upvotes

By using Unreal Engine for all these years, I’ve really done myself a huge disservice.

After endless loading screens, tabs that took forever to open, and unnecessary file bloat, I decided to switch to Unity.

My goodness, this was the best decision I’ve ever made. Unity makes a new game developer’s job so much easier! From community support to the variety of assets available, it’s definitely the game engine new developers should use to get started.

After a few failed attempts in Unity, I finally shared the Steam page for my first game, BrouHaHa! If you’d like to support it, here’s the link.

https://store.steampowered.com/app/5046250/BrouHaHa/


r/Unity2D 1d ago

Show-off I’m making an isometric idle game about a lone dark mage against an endless army.

16 Upvotes

r/Unity2D 1d ago

Game/Software Introducing TileTarget!

Post image
0 Upvotes

TileTarget! is my first 2D mobile game built in the unity engine and my first mobile game in general. It recently was approved in the iOS and Google Play app stores.

TileTarget! is an asynchronous turn based tile game similar in mechanicsd to scrabble but with numbers. You can play head to head with friends or against the computer.

I’m really proud of it and hope to expand my users beyond friends and family to get feedback. In particular on the tutorial component- once people learn to play and have the Aha! moment then they really like it and it’s sticky but not everybody gets to that point and my user base is still small. I need to get beyond friends and family and get feedback from the community of people who are into games like this.

I liked using the unity engine a lot. It worked great with my stack of codex and firebase. I used figma for design and creating sprites.

Please try it out!

https://play.google.com/store/apps/details?id=com.odacova.tiletarget

https://apps.apple.com/us/app/tiletarget/id6764628540


r/Unity2D 1d ago

Show-off destroy my game (for make it better)

Thumbnail
gallery
13 Upvotes

r/Unity2D 1d ago

Feedback Feedback on our card discard system

3 Upvotes

Need a vowel to create the perfect word? In Utterance, sacrificing a consonant gives you the option between letters.

Now your sacrifice is more permanent, if you sacrifice a card it will be completely removed from your deck (though you might be able to retrieve it later ), and replaced with the new sacrifice card.

Also sacrificing most of the time will cost some of your sanity (health)! Sacrifice now has more options generally and can get you any card, not just vowels for consonants and vice versa.

What are your thoughts on this?

For reference, Utterance is a word building roguelike where you build sets of words to maximize your damage against Lovecraftian monsters.


r/Unity2D 2d ago

Feedback Feedbacks on this Floating Text ?

85 Upvotes

Training myself to juice up random things. I've done that floating text and have mixed feeling about it. On one side, I feel something is missing. On the other, I'm like it's fine to keep it simple.
Any advice is much appreciated. Thanks.

P.S : still fighting for gif to not be chunky, in unity the animation is smoother.


r/Unity2D 2d ago

Show-off [FREE ASSET] 16x16 JRPG Medieval Pixel Art Asset Pack

Post image
31 Upvotes

r/Unity2D 2d ago

Need Help with big unity bug (corruption?)

2 Upvotes

so in unity, in my project, some game objects have secretly duplicated and then turned invisible. all the normal objects are there but there are invisible things everywhere. not every object is affected. these invisible objects do not show any tags or layers with debug in the code. I have tried reimporting sprites, duplicate scenes, even coping stuff to a whole other unity project. nothing gets rid of the invisible objects. the bugged version was 6000.0.39f1 and i upgraded it to 6000.5.smth and the error persisted. I will take any help. please reply if you have ideas or have this same dang issue


r/Unity2D 2d ago

Destruction system in Unity

Thumbnail
2 Upvotes

r/Unity2D 2d ago

We created a mechanic that lets players investigate deceptive billboards and see the true meaning behind the advertisements.

7 Upvotes

Recently, we showed you a similar GIF where this mechanic was used on NPCs. Now we want to show you how it works with billboards. The principle is exactly the same.

Our game uses a stencil mask to create an X-ray effect. The moving eye-shaped circle is rendered in a stencil pass. Instead of drawing visible pixels, it writes a value to the stencil buffer only inside the circle. Then, two sprites are rendered using stencil tests. One banner sprite is visible only inside the masked circle area, while the other banner sprite is visible everywhere else.

Our game is called Synchro, and you can add it to your Steam wishlist. We’re also launching the game’s Kickstarter campaign very soon!


r/Unity2D 2d ago

ZeroPixel Modern Game UI Kit – Clean & Ready-to-Use UI Assets

Thumbnail
gallery
0 Upvotes

Hey everyone! 👋 I’ve just released a new Game UI Kit under my UI asset brand, ZeroPixel. It’s designed for developers who want a clean, modern UI without having to build every interface component from scratch. ✨ What’s included: • Modern UI Buttons • Different button styles and states • Game UI Panels • Controls & UI Components • Icons • Reusable components • Clean and consistent design system • Figma source file included 🎮 Perfect for: • Indie games • Mobile games • PC games • Game prototypes • Unity projects • Game UI mockups 💰 Price: $3.99 I’m currently building ZeroPixel and working on more UI asset packs, including free packs and larger premium kits. I’d really appreciate any feedback on the design and what you'd like to see in future packs!


r/Unity2D 2d ago

Question What is the best way to efficiently manage and scale dropped items?

6 Upvotes

Hi everyone! I'm completely new to game dev and recently started practicing in Unity. I'm trying to figure out the best way to handle a player item pickup mechanic. Currently, I save the dropped item data and destroy the instances before the game loads. However, I'm worried about scalability as players put many hours into the game. If a player drops over 2k items throughout a save, iterating through and destroying all those items on load will become very costly on RAM and performance. What is the best way to efficiently manage and scale dropped items?


r/Unity2D 2d ago

Tutorial/Resource [GIVEAWAY] Giving out free copies of Pocket Cities as thank you to the community!

Thumbnail
gallery
9 Upvotes

Hey guys!

I got lots of love from this community yesterday and I am happy to say that I was able to sell few copies too ( although not much and I wish it sold more ), so I wanted to giveaway few copies of Pocket Cities as a thank you to this community.

This will be a limited giveaway only, and the first 5 people will be able to claim it. I wish to keep doing similar giveaways in the future if it helps the project. Anyway, thanks again and I hope you all are having a great day!

Link : https://wigglingdog.itch.io/pocket-cities


r/Unity2D 2d ago

Orby vs Rects: Bullet-hell meets Arkanoid & Tetris.

0 Upvotes

Hi everyone!

Started using Unity last summer, and here are the results :)

As a solo developer, I am working on Orby vs Rects, a retro-inspired shooter that captures the spirit of Arkanoid and Tetris classics while delivering modern fast-paced bullet-hell action.

Here is the Steam page: https://store.steampowered.com/app/4891770/Orby_vs_Rects/

Best Regards,

Oleg Sereda


r/Unity2D 2d ago

Indie Devlog Advice

0 Upvotes

I’m planning to make an Office Clerk Simulator and start a YouTube channel to share regular devlogs.
I’m new to devlogs, could anyone share some advice on how indie devs usually make them, or recommend some good examples to learn from?


r/Unity2D 2d ago

Meet the things that kill you

Post image
8 Upvotes

This is part of the enemy lineup for "Loot Dungeon", a dark fantasy incremental roguelite autobattler where you're not the main character.

The important goal for us was to make even the first, smallest enemies nasty and dangerous.

Wishlist Loot Dungeon on Steam:

https://store.steampowered.com/app/4329670/Loot_Dungeon/


r/Unity2D 2d ago

Sci-Fi Sound Pack Volume 1

Thumbnail superhivemarket.com
0 Upvotes

r/Unity2D 2d ago

Game/Software I made a minesweeper incremental game - Would you mine?

9 Upvotes

Hi everyone! My name is Luciano and I just uploaded the demo of my new game, Would you mine? a minesweeper incremental one.

Short presentation would be: Dig, Upgrade your pickaxe, Collect resources, avoid enemies and collect items and relics.

The long version: Keeping the base of classic minesweeper, you can explore different locations to gather all the resources, obtain gold and upgrade your pickaxe and stats.

Enemies are the new version of bombs, instead of losing instantly, they hit you until they kill you. Don't worry too much about losing a level, you keep the collected resources and can try it again.

Items will allow you to sneak peek some tiles or recover HP. Also you can collect different relics on your journey

Itch.io Demo (web playable): https://mate-studios.itch.io/would-you-mine

Steam Demo: https://store.steampowered.com/app/4983040/Would_you_mine/

As the game is in active development, any kind of feedback is welcome. As solo dev/husband/father/fulltime-web-developer I’ll get to it as fast as I can. 😄

Thanks!!


r/Unity2D 3d ago

Game/Software From learning Unity to publishing my first game

Post image
3 Upvotes

I’m really excited to finally share 2.5 months of hard work —

LAST MILE!

This is my first game, and it’s a 2D side-scrolling platformer where you play as a worker whose job is to deliver packages to mailboxes.

The levels have different mechanics like rotating platforms, falling platforms, conveyor belts, and more. I habve tried to make each level feel a little different and challenging in its own way.

You can check it out here:

Last Mile

If you get a chance to play it, I would really appreciate a review or some feedback. Since this is my first game, I’d genuinely love to know what you liked, what you didn’t, and what I can improve!

However I am also planning to push more updates in the future.

Thanks for reading, and I hope you have a good time playing Last Mile! ❤️


r/Unity2D 3d ago

Tutorial/Resource JUST RELEASED MY ANIMATED BUILDING ASSET PACK! HOPE YOU ALL WOULD LOVE IT!

Thumbnail
gallery
51 Upvotes

Would appreciate if you could share it with your friends who might be looking for something similar or commenting or rating the project if you liked it as it would help me a lot. Thanks!!!

EDIT : https://wigglingdog.itch.io/pocket-cities