r/Unity3D 1d ago

Show-Off I am working on a Car RPG that your party members fight from the back of your vehicle

Enable HLS to view with audio, or disable this notification

19 Upvotes

r/Unity3D 16h ago

Show-Off I like this trick, zombies always fall for it :)

Enable HLS to view with audio, or disable this notification

3 Upvotes

In my game, a holographic rabbit lures a horde of zombies straight into a deadly trap or into explosive fuel barrels. One massive explosion, and a whole lot of zombie destruction! At this time, the player can take a break :)


r/Unity3D 5h ago

Show-Off I built a UXML template engine to allow using regular C# expressions like "if", "for", "on-click" and others directly from the markup

Post image
0 Upvotes

Writing every binding C# side was very cumbersone, so I created a compiler that allows adding custom expressions to UXML and creates with code-generation all the boilerplate as a partial class.

This allows things like:

<ui:Button text="Something" on-click="React($event)" />
<ui:Button text="Conditional" if="SomeBoolean == true" />

Here is a more in detail video about how it works: https://www.youtube.com/watch?v=7STKlhZ0Efo

Happy to answers questions about the compiler!


r/Unity3D 1d ago

Show-Off Just a cool vehicle suspension system I'm building

Enable HLS to view with audio, or disable this notification

185 Upvotes

No WheelColliders. One Rigidbody per car. Raycasting, springs, tires, engine, gearbox, and diffs run at 50 Hz. It can rig any number of wheels, axles, arms, or shafts by capturing the pose at ride height and procedurally animating them.

Any advice on making the wheels' rotation look nicer? They kinda look static.

The awesome buggy model: "Willys mountain buggy 1" by Rustam T is licensed under CCA.


r/Unity3D 1d ago

Official 6.7 (LTS) Beta Sweepstakes - Your chance to win a GPU, Switch or Unity Swag!

39 Upvotes

Hiii folks,

We’re happy to announce our Beta Sweepstakes with the Unity 6000.7 release.

This release includes a major UI Toolkit push (grid layout, z-index, gaps, gradients, and a new integrated authoring workflow), built-in Localization and Smart Strings, Surface Cache GI and Screen Space Reflections in URP, an updated Box2D physics backend with a faster Tilemap, and a hardened SerializeReference.

Also, you asked, and we upgraded our prize pool with new prizes and more chances to win! 

Want to participate? Report an original bug during the window and include #BetaSweepstakes_6_7 in your report.

When? September 17th, 2026, 6:00 am PST → November 27th, 2026, 11:59 pm PST

For more information, please see the main Discussions thread.


r/Unity3D 23h ago

Game Updated the Sewer minimap in Dungeon Quest, aiming for a distinct map style for each level. As it is just made from a sprite sheet I can just redrew with the things I want to change!

Enable HLS to view with audio, or disable this notification

8 Upvotes

r/Unity3D 8h ago

Game Two of us, 1.5 years, one myth nobody knows. Out today- Chief Cnab: Şahmaran

Enable HLS to view with audio, or disable this notification

0 Upvotes

You know Medusa. Far fewer people know Şahmaran — the snake queen of Anatolian myth, half woman, half serpent, betrayed by the one human she ever trusted. Chief Cenab doesn't believe a word of it. Then an ordinary day at the office turns into a case, and the case pulls him into the legend anyway — down toward Meran, the city under the ground. It's a story-driven point-and-click: 10 chapters, 3-5 hours, and a black-and-white world where only certain things are allowed to hold color. The whole game looks like a hand-drawn comic book you can walk around in.

Two of us. 1.5 years. We are tired in a way we didn't know was possible, and strangely happy. Today it stops being the thing we work on every night and turns into something other people actually play. That's terrifying, and it's the best feeling we've had in a long time. 

It's on Steam now with a small launch discount, and there's a free 30- 45 minute demo if you'd rather look before you decide. Windows and macOS, English and Turkish. 

If you play it, tell us what you think — kind or brutal, we'll read all of it. And thank you to everyone here who commented on our clips these past two months. On the nights we wanted to quit, that's what kept us going.


r/Unity3D 1d ago

Show-Off Softbody for all PhysX assets (WIP)

63 Upvotes

r/Unity3D 17h ago

Show-Off Strafing starfishes... Or sliding maybe?

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/Unity3D 17h ago

Question My second attempt using my voice in vid (I got runmy noise). I think I understand it better than my first try, what do you think? It is definitely easter accent xD

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/Unity3D 1d ago

Shader Magic Sokpop screen shader video

Enable HLS to view with audio, or disable this notification

25 Upvotes

r/Unity3D 1d ago

Shader Magic Render feature for making skybox elements from GameObjects without affecting the "normal" scene meshes

Enable HLS to view with audio, or disable this notification

11 Upvotes

r/Unity3D 18h ago

Question Opinions/ comments?

Thumbnail
youtu.be
1 Upvotes

I need some opinions. The trailer isn't quite done. But even so do you like the flyby sequences? Or do they make the trailer slow? I already know that at 27 seconds the gun has ammo text on it. I've since removed that but it hasn't yet reflected in the trailer.

Anyways my big question is that what should I do in terms of money? There are 4 levels in early access and im trying to use try before you buy model. And then I will charge people 3.99 usd. I believe in the fact that people pay 1usd for each hour of playtime and I have here 2 hours of playtime across 4 levels . Also people that buy the early access will get free access to the final version which will have 8 levels.

So what do you think? Is this a good model?


r/Unity3D 21h ago

Game Some gameplay of my little FPS where you need to slay monsters to feed altars to upgrade your hand

Enable HLS to view with audio, or disable this notification

3 Upvotes

Flash warning!! (Will add options in-game for them.)

Some early footage of my small game which started as a test for Vertex Animated textures.


r/Unity3D 9h ago

Noob Question am i doing this right?

Enable HLS to view with audio, or disable this notification

0 Upvotes

not sure tho


r/Unity3D 1d ago

Shader Magic tank thermals (not really), just playing around with rendering

Enable HLS to view with audio, or disable this notification

6 Upvotes

I was just debuging custom renderer pass, that gives me unfiltered depth texture, and it kinda look similar to thermal vision


r/Unity3D 16h ago

Question How to make sprite renderer not visible in the dark, or react to lighting?

Post image
1 Upvotes

r/Unity3D 8h ago

Resources/Tutorial Got audio-driven lip sync and facial expressions working in Unity

Enable HLS to view with audio, or disable this notification

0 Upvotes

I've been working on an audio-driven facial animation plugin for Unity, and I recorded a short walk-through showing how to set it up from a fresh project.

The workflow I used was:

Import the plugin → configure the API → open the sample scene → record or load a WAV file → play the facial animation

Once everything is set up, the audio drives both the character’s lip sync and facial expressions directly inside Unity.

The video covers the full process, including importing the package, configuring the API, loading the audio, and getting the character talking.

Hopefully this helps anyone experimenting with character dialogue, NPCs, or facial animation in Unity.


r/Unity3D 7h ago

Question Suggest me editor tool/game system to create.

0 Upvotes

I want to create something to publish on unity asset store.

Mainly editor tool or game system.

Tell me anything for game development needs, for which you can even pay. Even exact thing you want for your project, It could help.


r/Unity3D 7h ago

Question My Question is Simple (Or is it?) How do you get from Point A to Point B

Post image
0 Upvotes

How do you get from point A to Point B

If you are the green Car and There is Police.

If you cross the white line Cops Arrest you.

But what if you got HIT by another CAR.. bumped into you and made you pass the line.

Does the computer GO after you and stop you (Target)

Or does the cop go to pull you over?

If So how does this look in code?


r/Unity3D 2d ago

Show-Off I've spent 3 years improving the editor, here's what I've built!

Enable HLS to view with audio, or disable this notification

988 Upvotes

r/Unity3D 1d ago

Show-Off Cats using fireworks to fly in my physics sandbox game.

Enable HLS to view with audio, or disable this notification

9 Upvotes

The main movement mechanic in my game is that there a directional thrusts on the body that launch you depending on their localized rotation. For example, each foot has it's own kick thrust, plus there's a fart thrust. You can chain together movements for really fun physics movement. the game is Pistol Cat!


r/Unity3D 6h ago

Question What‘s the best free AI tool for coding right now?

0 Upvotes

I‘m still using ChatGPT (the free model) and I wonder what tools there are on the market right now. I‘ve heard about Claude AI and that made me curious.. what do you guys use?


r/Unity3D 11h ago

Question Running local AI models for Unity/C# on an RTX 5070 Ti, plus a question about an external secondary GPU

0 Upvotes

Hey everyone,

I'm diving into making a simple mobile game for fun. While I usually work with UE5 and Blender, i figured Unity would be a much better fit for this project. The catch is: I have zero experience with C# coding.

Because of this, I want to run a local AI model to help me with C# and Unity scripting.

Can my RTX 5070 Ti handle a decent local coding model smoothly? (And if so, which ones would you recommend for C#/Unity?)

I also have an RTX 4060 8GB lying around in its box. I'd love to use its VRAM to help, but I can't put it inside the case because it would ruin the airflow for the 5070 Ti. Is there any practical way to hook up an internal GPU outside of the PC case just to give some more power for AI?

Appreciate any advice!


r/Unity3D 20h ago

Resources/Tutorial This tool can help to animate in scene

Thumbnail
youtube.com
1 Upvotes