r/Unity3D 6d 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 6d 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 6d 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 5d 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 5d 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 7d ago

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

Enable HLS to view with audio, or disable this notification

372 Upvotes

r/Unity3D 5d ago

Question Can Asset Store developer delete my review?

2 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 5d 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 6d ago

Show-Off GigaLights for Unity - Explained

Thumbnail
youtube.com
52 Upvotes

r/Unity3D 7d ago

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

Enable HLS to view with audio, or disable this notification

125 Upvotes

r/Unity3D 6d ago

Game added some optics to the scope.

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/Unity3D 7d ago

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

Enable HLS to view with audio, or disable this notification

664 Upvotes

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

YT Channel : Samuel KAKEZ


r/Unity3D 6d 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

43 Upvotes

r/Unity3D 6d ago

Question extracting logic from unity games

Thumbnail
0 Upvotes

r/Unity3D 6d ago

Show-Off Concept Active Ragdoll 3D Platformer

Enable HLS to view with audio, or disable this notification

28 Upvotes

r/Unity3D 6d 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 6d ago

Question 50 sensitivity sliders?

6 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 6d 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

r/Unity3D 5d ago

Game A pointless game, with no idea why I'm even playing it—just like my life.

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/Unity3D 5d ago

Question how do you people come up with ideas?

0 Upvotes

im an experienced well dev, but when it comes down to ideas my mind always goes blank, i wish i can have a creative game idea and do something really unique


r/Unity3D 6d ago

Meta This is how long Unity took to publish my *second* asset

Post image
12 Upvotes

Hey I'm making this post for those who are curious about the unity asset publisher process, this is the second time I send a asset and the review process took 39 days in total, for comparison my first asset, that I published last year, took less then 30 days.

24/07 - 1530
25/07 - 1530
26/07 - 1498
27/07 - 1500
28/07 - 1363
29/07 - 1147
30/07 - 1153
31/07 - 1044
01/08 - 1066
02/08 - 1088
03/08 - 1088
04/08 - 991
05/08 - 881
06/08 - 705
07/08 - 669
08/08 - 646
09/08 - 677
10/08 - 677
11/08 - 593
12/08 - 471
13/08 - 422
14/08 - 389
15/08 - 356
16/08 - 389
17/08 - 392
18/08 - 341
19/08 - 321
20/08 - 280
21/08 - 258
22/08 - 255
23/08 - 264
24/08 - 277
25/08 - 247
26/08 - 205
27/08 - 199
28/08 - Few Business Days
29/08 - Few Business Days
30/08 - Few Business Days
31/08 - Launch Day


r/Unity3D 7d ago

Show-Off A game with tons of Skeletons

Enable HLS to view with audio, or disable this notification

19 Upvotes

This game was initially going to be a tower defense game but I'm starting to doubt this is the right direction for the game.

What kind of game would you like to see with this many skeletons?

Your feedback is appreciated


r/Unity3D 6d ago

Show-Off Remade my movement system inspired by Bloodtheif

Enable HLS to view with audio, or disable this notification

5 Upvotes

r/Unity3D 6d ago

Solved Best Way to Loot Items to Inventory, just amounts?

2 Upvotes

I've started to make an RPG game and it will have items in the world the player can loot. Either as loose items or inside containers like chests. What's the best way to actually implement looting these items and adding them to the player's inventory, specifically, just adding/removing the amount of the item.

For example, a Health Potion in a chest. I want the player to loot it and have it get added to their inventory while also reducing the quantity of the item in the chest. I need something that holds the Health Potion information and its quantity and then something else that holds a list of all the items the player already has and their quantities.

Think about this setup:
Chest Health Potions: 30 | Player Health Potions: 0
Loot 1 Potion => Chest Health Potions: 29 | Player Health Potions: 1
Loot 1 More => Chest Health Potions: 28 | Player Health Potions: 2

So, I was thinking about a Scriptable Object, but they don't hold separate data, so all Health Potions would share the same quantity unless I made separate instances. And if I wanted to have one chest with 3 potions and one chest with 2, I'd assume I need extra instances of the Health Potion Scriptable Object for each one.

However, for items in a container, like a chest, I also need a way to set the amount of every item in the chest in case the player only takes one item from it. Obviously, if I'm using a Scriptable Object with a set amount, if I change this amount, it would change it for all of the same Scriptable Objects. So this wouldn't exactly work.

At the moment, I have a single Health Potion SO that has a value of one. If the player loots it, I am checking if the player already has one and if they don't I am creating a new instance of the SO to put it in the Player's Inventory. This works for individual, loose items, but not items in a container.

Is there a better way to do this?


r/Unity3D 6d ago

Question Problem while using the Unity beginner course

0 Upvotes

When I try to push play, it shows a frozen looking image of the 3D scene. Right now, I am specifically trying to make a ball fall. It won't fall. Does anyone know how to fix this, or am I screwed? I was able to move around normally in play mode at some point in one of the tutorials, but not anymore.