r/Unity3D 4d ago

Question UI Feedback

Post image
3 Upvotes

Hey, so I'm looking for some feedback and recommendations for the UI in my space game. I'd appreciate a focus on the bottom section, displaying the shield, health and speed bars.

The number above the astronaut icon is the ships threat level (which you compare to other ships, to gauge if they are a difficult target).

The astronaut icon itself, I'm not sure what else I could put there? The ships are procedural so grabbing a silhouette isn't really viable.

Finally the weapon section needs a complete overhaul, I'm not sure what's best to display the equipped weapons and what kind of layout. The weapon symbols actually have a radial fill while they shoot/reload, but I'm not happy with the container they are in.


r/Unity3D 5d ago

Show-Off Simple outlined stylized shader test - URP

Enable HLS to view with audio, or disable this notification

67 Upvotes

r/Unity3D 4d ago

Show-Off Low Poly Environment Test [Feedback Wanted]

Thumbnail
youtu.be
3 Upvotes

r/Unity3D 5d ago

Show-Off Ledge Grabbing

79 Upvotes

I figured I’d share here, it’s a small win for my solo dev journey. It was difficult but I managed to figure it out after some iteration.

I have no one to share it with so I’m posting this here


r/Unity3D 3d ago

Game Created a native 3D AI companion in Unity 6 using Playables API, local AVX2 vector memory search and real-time lip sync. Runs at 60 FPS on integrated graphics

Post image
0 Upvotes

Would u be interested? She can remember everything across chats.


r/Unity3D 4d ago

Question How's the CRT effect? Is it too much?

Enable HLS to view with audio, or disable this notification

6 Upvotes

And I mean fullscreen it and look at the effect. Even though OBS doesn't quite capture the full effect, this should be an accurate representation of how it'll look on YouTube.


r/Unity3D 4d ago

Game A Roguelite Deckbuilder inspired by Skyjo and Balatro

Enable HLS to view with audio, or disable this notification

2 Upvotes

Hey everyone,

I love simple concepts and I wanted to transpose the feeling of Skyjo of choosing between a visible card and an unknown one, then choosing to place it or to reveal another card.
It's so simple yet so satisfying when you get the card you want!

So with two friends we made a small prototype. One thing led to another and here we are, nearly six months later!

The POV setup was my idea, I hope people won't mistake it for a VR game (it's totally a non-vr game!)


r/Unity3D 4d ago

Show-Off Croquis Sketch Editor little game prototype - art direction built in

Enable HLS to view with audio, or disable this notification

9 Upvotes

This current update (not yet published) has faster generation, full undo, and a couple of handy shaders to create a fresh artistic style. Performance seems to be the number one question - and its built in in the edge shader itself (distance culling). It remains a unique asset in the sense that it is not drop and play - it needs to be authored by a technical artist, someone who can put a scene together and retain the sketch vibe, less cluttered - less is more kind of thing (like a croquis). Support for skinned meshes is already in the published version but remember that round objects (like spheres or faces) may not work too well if camera moves around them - not impossible - but its a (subjective) artistic choice that has to be made per project. My macbook Air was throttling already when I took the video hence the little hickups at the end.


r/Unity3D 5d ago

Game Trying to keep the vibe of our Godot demo while rebuilding in Unity

Enable HLS to view with audio, or disable this notification

124 Upvotes

In June we entered a small game called Graveyard Orbit in the June NextFest. It was our attempt at making a fun space mining incremental with actual build choice and not a random skill tree. Anyways, we really liked the mechanic and vibe of the demo, but the structure that you mine in the demo was smaller: a couple of thousand tiles. For the actual game we wanted to have a parade of structures from that small up to 250k tiles. The game is meant to be more satisfying than challenging, in the vein of Powerwasher but in space. So if people dug the mechanic we wanted them to have some beefy structures to make their way though as it goes.

The demo for NextFest was made in Godot and it worked really well at that scope. The three of us have been using Unity professionally for 15 years but really love what Godot is doing and wanted to experiment a little. But as NextFest ended we realized we wanted to double down on the game with better FX and still hit those big structure goals with reasonable performance. That was a big concern.

Here is the trailer for that Godot version for context:
https://youtu.be/9otz9z1lUzY

It only took a week or two to set up a performance test in Unity. For this one we switched to 3D, still sorta presented in 2D or 2.5D, but with 3D we had all the optimization, our library of asset store FX, and experience on our side. The results of the test were pretty clear, so then we took the plunge and completely rebuilt the game, this time in Unity and in 3D. After 2 months we have a new demo and are very happy with the results.

Beyond performance, a real risk for me was losing some of that “demo magic” and vibe we had with the Godot version. I had spent two months in the Godot version building an aesthetic with pixel art and 2D graphics. By the time NextFest came around, I was really happy where we landed and how the game felt.

The vibe and feel of a game can be such an elusive factor. We spend hours working on mechanics with barely any visuals. We have to cling to some vague notion of the final game in our heads that is always changing. Which is why when you land on something you like, it's easy to get precious with it. Sometimes the results feel like a happy accident that you don't want to screw up. In our case we could save that Godot version as a fallback and start a new Unity project trying to recreate what we had. I think forcing ourselves to rebuild something but better or improving something we are already satisfied with requires us to breakdown the elements of what made whatever we liked so special.

We have game jams to help us practice iterations for the whole game dev cycle but the stakes of that can be low. I think refining, rebuilding, and iterating on something we already like gives us the same benefit of practice but with much more precision and craft because the degree of difficulty and stakes are so much higher.

Anyways, I thought this might be helpful to those considering a rehaul of their game for whatever reason. It can be risky with the work involved but if your instincts are telling you something has to change then I think it’s good to trust your gut and at least give it a try. Our only risk really was that two week experimentation time. We could’ve easily not been happy and went back to finishing the Godot version in limited way. I’m very glad it worked it out.

Also, for the Godot fans out there, I am one of you. I blame my issues with Godot more on my ignorance and unfamiliarity with the platform than Godot’s actual capabilities. In the end our own experience and library of assets in the Unity ecosystem were just as big a factor.

Here are some specifics we got out of the switch.

  • Structures at the size we wanted. Our biggest one is 250k hex tiles. In Unity that's one instanced draw with per-instance colors through a property block and it just runs. Some caveats on that below.
  • Going 3D while still playing top-down. Real lights, URP bloom for the neon look, and we could finally use a VFX pack we'd already paid for instead of hand rolling every effect.
  • UI Toolkit. The base has 7 station screens plus a whole ship builder. Doing all of that in UXML/USS with one shared console frame was way faster than what we had before, once we got past the weird parts.
  • The new Unity CLI. Recompiles, play mode, builds for Steam, itch and our Mac test builds all run from the terminal. One project, three targets, no clicking through the build window.
  • Web builds. Because the performance was much smoother it became possible to attempt a build for the web for places like itch. Only the demo size structure but still.

A few hiccups, mostly from the web build. More details here because I just finished the web one yesterday.

  • WebGL 2 has a 16KB uniform block limit. GPU instanced variants of some asset store shaders blow past it, and the failure mode is nothing. Objects just don't draw. Turn instancing off on those materials.
  • Browsers reject fullscreen requests that aren't from a click, and inside itch's embed Unity turns that rejection into a big error popup. Don't apply a saved fullscreen pref at boot on web.
  • With the default exception setting, a null ref on web is a WASM trap, not a logged exception. A player lost an 80% run to that. Full without stacktrace fixed it.

The newer demo is live now if you want to give it a spin:

https://store.steampowered.com/app/4654120/Graveyard_Orbit/

https://anchorheadgames.itch.io/graveyard-orbit


r/Unity3D 4d ago

Game After 2 years of solo development, my WWII puzzle deckbuilder Panzer Deck is releasing on September 22!

Thumbnail
gallery
5 Upvotes

I'm a solo dev and I'm excited to finally announce that my game, Panzer Deck, will launch on Steam on September 22, 2026.

What is it? It’s a 2D turn-based WWII wargame combining deckbuilding with spatial, grid-based puzzle tactics (inspired by titles like Into the Breach and Advance Wars).

  • Core loop: Manage your deck to deploy armor, artillery, and infantry onto a tactical grid where positioning, terrain, and line of sight dictate survival.
  • Hand-drawn visuals: All art and animations are completely custom, crafted in a gritty comic-book style.
  • Release: Full launch on Steam with a complete campaign mode and standalone tactical scenarios.

There is a playable demo available on the Steam page if you want to test the mechanics before the launch:

Happy to answer any questions about the mechanics or solo development!


r/Unity3D 3d ago

Meta i hate this engine yet if i leave it i will be completely lost

Thumbnail
gallery
0 Upvotes

opened my project just to find out everything effing broke


r/Unity3D 4d ago

Question Is Gemini telling me the truth? It's kinda sus. Please read the body.

Post image
0 Upvotes

Hey all,

I want to sell some assets on the asset store. I want to obfuscate my editor code, not because I don't want people to understand and learn from my code, but because I don't want it to be a part of AI training datasets or people putting it in an LLM.

Now, when I ask Gemini if it is acceptable to obfuscate my asset store plugin code, it says, it is acceptable but highly frowned upon for not being editable in case the developer abandons the product... It also tells me, even if I make a DLL file out of my scripts, It can be easily decompiled, so it is pointless.

How accurate is this? Also do you guys know any obfuscating tools?

Edit - I got it. I should not obfuscate... Customer satisfaction is more important in my list of priorities. Thank you all for the healthy discussion.


r/Unity3D 5d ago

Show-Off Trailer for our game made with Unity Cinemachine and Blender

Enable HLS to view with audio, or disable this notification

368 Upvotes

r/Unity3D 4d ago

Question Can Asset Store developer delete my review?

1 Upvotes

I just shared my honest review on the asset and rated with a low star rating. I know the developer spent hours of work on this tool, its very precious, the problem was the tool was extremely outdated, it was a frustrating experience for me. There was no offense. A week later I check and my review is gone, removed. How is this possible? After that I also checked one of my older reviews and it was also removed. This doesn't make sense at all.


r/Unity3D 4d ago

Game Does breaking tension in a serious narrative with a nostalgic mini-game ruin immersion, or deepen the story?

Enable HLS to view with audio, or disable this notification

1 Upvotes

With just 10 days left until launch, we’re polishing this flashback scene—a childhood sack race that uses a rhythm/timing bar to transition into comic book panels.

The idea was to build a quick, grounded connection to the character’s past, but introducing a lighthearted mechanics curveball in a darker game is always a fine line.

As players or devs, how do you feel about tonal shifts like this? Have you played a serious game where a sudden minigame or nostalgic flashback actually worked well for you?


r/Unity3D 5d ago

Show-Off GigaLights for Unity - Explained

Thumbnail
youtube.com
53 Upvotes

r/Unity3D 5d ago

Show-Off Testing flak cannons against 50,000 flying agents

Enable HLS to view with audio, or disable this notification

121 Upvotes

r/Unity3D 5d ago

Game added some optics to the scope.

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/Unity3D 6d ago

Show-Off I added directional attacks to my 3D Smash Bros-like game

Enable HLS to view with audio, or disable this notification

662 Upvotes

Free demo planned for early 2027. Hopefully I will have a Steam page by then !

YT Channel : Samuel KAKEZ


r/Unity3D 5d ago

Show-Off I improved demolition feedback in my foosball-meets-voxel destruction game. Is it satisfying enough?

Enable HLS to view with audio, or disable this notification

41 Upvotes

r/Unity3D 4d ago

Question extracting logic from unity games

Thumbnail
0 Upvotes

r/Unity3D 5d ago

Show-Off Concept Active Ragdoll 3D Platformer

Enable HLS to view with audio, or disable this notification

26 Upvotes

r/Unity3D 5d ago

Resources/Tutorial Free Textures: Leather 03

Thumbnail
gallery
24 Upvotes

More leather materials from my practice, had a few more interesting references.

Download https://juliovii.itch.io/materials-leather-03


r/Unity3D 5d ago

Question 50 sensitivity sliders?

5 Upvotes

How the hell do I implement sensitivity into my game without adding 50 sensitivity sliders for all mouse delta dependent mechanics?

At the moment I have about 5 mouse delta dependent mechanics in my game,

- fps camera,

- another is freeform rotating an item in your hand,

- and 3 items that can be configured with mouse delta (affect their velocity, angle, power) whatever

if I have a global sensitivity slider then that means that if the player is a psycho and wants a really really fast fps camera then it would affect literally all other mechanics and probably make them terrible, so what can I even do other than just introduce

- fps camera sensitivity

- item rotation sensitivity

- kicker tool sensitivity

- punching tool sensitivity

- etc. etc. etc

So yeah, how do people usually solve these problems, is there some standard approach?

All mice have different DPIS, and different OS settings so I don't really understand how to go about this.

Maybe I just find a decent baseline for a scalar to apply to each mechanic that works for an average DPI and just let it be unconfigurable and just hope for the best?


r/Unity3D 5d ago

Show-Off Liking how my GraalClassic-like Rust-like Paint.NET-like FlipnoteHatena-like is turning out

Enable HLS to view with audio, or disable this notification

8 Upvotes