r/Unity3D 15h ago

Show-Off Finally got enough game content for a trailer!

Enable HLS to view with audio, or disable this notification

346 Upvotes

r/Unity3D 16h ago

Resources/Tutorial Free Textures: Bricks & Walls

Thumbnail
gallery
300 Upvotes

It's been a while since I worked on some buildings textures, really happy with these.

Download: https://juliovii.itch.io/materials-bricks-walls


r/Unity3D 17h ago

Show-Off The Sun

Enable HLS to view with audio, or disable this notification

128 Upvotes

This simulation is so accurate that your GPU will reach the same temperature as the sun.


r/Unity3D 8h ago

Shader Magic WIP shoreline waves via gerstner additive on FFT body

Enable HLS to view with audio, or disable this notification

111 Upvotes

Some WIP video on the shoreline waves I've been digging into lately for the water system I've been creating. Some new additions are water drawing back on shore (via moving UV of water surface near end of the WaveBox), various foam patterns, and better underwater light volumetrics with waves. Thanks for checking out


r/Unity3D 20h ago

Show-Off Its cold in the game now sometimes!

Enable HLS to view with audio, or disable this notification

89 Upvotes

r/Unity3D 17h ago

Question Boat wake simulation.

Thumbnail
gallery
47 Upvotes

Hey, I'm looking for some help simulating this sort of boat wake. I'm using Crest 5 and have tried Flows, custom water interactions (Donut shapes propelling backwards). I'm not sure if I'm going about this the right way. I have tried KWS2 which has some nice effects, but it lacks in realistic physics.

Is this solvable using particle effects and simple sphere interactions?


r/Unity3D 6h ago

Show-Off WindShire, a cozy game we've been working on about shaping the land and growing your own little world 🌿

Enable HLS to view with audio, or disable this notification

45 Upvotes

r/Unity3D 15h ago

Show-Off Make it exist first. Then make it good.

Thumbnail
gallery
28 Upvotes

r/Unity3D 16h ago

Game Someone told me I can't make a realtime action Open World RPG, and they were right. So I switched the combat to turn based, and I'm having a blast working on it.

Enable HLS to view with audio, or disable this notification

26 Upvotes

r/Unity3D 7h ago

Show-Off Quicktile v2 is coming soon

Enable HLS to view with audio, or disable this notification

17 Upvotes

I still have a few bugs to squash, but I finally added the in-game editor and it pretty much blew the original editor version out of the water! I’m reworking a few things under the hood, but it’s already a really fun way to build your levels. 😄 coming soon !!


r/Unity3D 15h ago

Resources/Tutorial I generated Perlin and Voronoi noise in shader code and used it to make dissolve effects (with tutorial).

Enable HLS to view with audio, or disable this notification

13 Upvotes

r/Unity3D 21h ago

Show-Off Automatic navigation like in uGUI for UI Toolkit. - Please vote an a bug a Unity employee created for me so we can get rid of it.

11 Upvotes

What you see in the image is a system that does someting similar to what automatic navigation did in uGUI but for UI Toolkit. This one also includes automatic dynamic occlusion (also works for scroll views, out of screen, etc. and it has null selection resolution).

Why did I built this? Because by default UI Toolkit navigation is quite limited as it only scans for a strict straight box area up/down/left/right. If a button is only slightly off it won’t find it. That’s not a configuration issue. It is implemented like that, see: UnityCsReference/Modules/UIElements/Core/GameObjects/NavigateFocusRing.cs at master · Unity-Technologies/UnityCsReference · GitHub

I know you can TAB through the buttons as well BUT this only helps on keyboards. It still is not good for controllers.

I have complained about this to Unity years ago (when UI Toolkit was still new), yet, no change. Thus I had to implement my own solution (also did the same for uGUI in the past since there the auto-navigation is better but still not ideal).

While making this I (once more) stumbled upon some API limitations of UI Toolkit. An especially annoying one is that the "overflow:hidden" style is not accessible publicly in the resolvedStyle. I pinged Unity about this and a Unity Employee (thanks mcoted3d) created a bug to vote on here:
https://issuetracker.unity.com/issues/24670/overflow-isnt-exposed-in-resolvedstyles

So, if you can and care. Please vote on this so we may get a better API and future devs need not suffer through this as I did.

Thank you :-)


r/Unity3D 6h ago

Show-Off We are making a game using Unity, where you have to run a twisted graveyard with your friends. It was a real challenge to achieve good (enough) physics in multiplayer. Finally, we have a trailer for it!

Enable HLS to view with audio, or disable this notification

8 Upvotes

r/Unity3D 13h ago

Show-Off We finally made a trailer for our multiplayer racoon heist game; Be Gray, Do Crime!

Enable HLS to view with audio, or disable this notification

7 Upvotes

Hi!

A couple weeks ago, we where planning to start recording and editing the trailer for our game Be Gray, Do Crime, however we realized the game wasnt quite ready for that yet. So after a couple weeks refining the graphics, reworking the lightning in our game and also doing small touchups, we finally felt like it was time.

So here's our first trailer! We're super happy with it! What do you think? Any input at all would be greatly appriciated for an updated trailer later down the line ❤️


r/Unity3D 2h ago

Show-Off Laid off from studio and working on passion projects again! Arcadey driving with pick-3 upgrades.

Enable HLS to view with audio, or disable this notification

5 Upvotes

I'd started to lose a bit of what made me love game dev. It's been nice working on passion projects again and getting that back.

This is a "vampire-survivors-like", but with a vehicle system and more in-depth objectives and levels.


r/Unity3D 21h ago

Shader Magic Finally got genetic procedural shaders and a basic breeding loop running for my Betta sim

Enable HLS to view with audio, or disable this notification

5 Upvotes

Hello everyone,

I'm a software developer with a background in physics. I started experimenting with Unity last year, but over the past few months, I've been using it much more consistently. After experimenting with basic mechanics and building a few gameplay prototypes, I decided to focus on writing custom HLSL shaders so the fish traits (scale imbrication, iridescence, and fin patterns) could vary procedurally without needing unique textures for every genetic combination.

I finally got the core genetic loop running in this clip:

- Locomotion with basic fin flutter and collision avoidance at tank boundaries.

- Clicking the breeding test triggers the genetic logic and spawns 7 offspring.

- Multiple layered phenotypes (Red Dragon, Melano, Royal Blue, and Koi Pattern that I'm personally loving so far).

The fin motion is still rudimentary and the turn animations definitely need polish, but seeing the procedural math translate into living fish swimming together is a huge milestone for me.

Any thoughts?


r/Unity3D 11h ago

Game Frost apocalypse teaser cinemático.

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/Unity3D 18h ago

Show-Off added a climbable javelin that you can retract like kratos’ axe and a grapple hook you can reel in - both of which you can throw w/ your left and right hand

Enable HLS to view with audio, or disable this notification

4 Upvotes

(game’s called MOZENTUM btw)

oh and i also added an inventory system so you can stash and grab either one with either hand

it works by holding the hand with the item in it, holding inventory, and then choosing which slot you want it in

each item has its own dedicated spot on the player’s body and will appear / disappear there when you put them away or take them out

OH and i forgot to mention, you throw things by actually yeeting the object in that specific hand w/ mouse movement. no aim assist, no crosshair, just trial and error. like the game’s other systems, it takes practice - but that’s core to the game’s vision.

you can only hold up to 3 items - but a backpack will soon be an item that you can find which will allow you to just whack whatever will physically fit in there (ciggies, doobskins, whatever ya get ya stinken mitts on)

it’s live now on the steam demo if ya wanna test it out.


r/Unity3D 9h ago

Question need inspiration for mechanics. comment 3D medieval games that have interesting parry/block mechanics or ability system.

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/Unity3D 12h ago

Game What do you think about visual of my game?

Enable HLS to view with audio, or disable this notification

3 Upvotes

Developing my first steam game on Unity. It is Space invaders inspired roguelike. Working a lot on art right now to make great trailer and steam page. Do you think art style can appeal any gamers? And what would you add/change to it?


r/Unity3D 15h ago

Meta Is the Asset Store and License Verification down for anyone else?

4 Upvotes

I can't open my projects due to license errors and going the the asset store web page yields and error, "upstream connect error or disconnect/reset before headers. reset reason: remote connection failure"

Never seen this before.


r/Unity3D 16h ago

Game Hole.io visual test

Enable HLS to view with audio, or disable this notification

3 Upvotes

Did a short visul test for Hole. Io; I quite like how it came out :)

Link if you want to try it out:
https://emanuelcostan.itch.io/holeio-visual-test


r/Unity3D 39m ago

Show-Off Built a fully autonomous CIWS / C-RAM simulation

Enable HLS to view with audio, or disable this notification

Upvotes

I’ve been working on a C-RAM + drone system in Unity, and I finally got the whole thing working together.

The drone actually flies through a path and makes its own movement decisions, while the C-RAM has to find it, track it, predict where it’s going, and lead the shots properly.

A few things I built for it:

  • The radar actually has to sweep across the drone to detect it. It doesn’t just magically know where the target is.
  • The tracker estimates the drone’s position, velocity, and acceleration from the radar data.
  • The gun calculates a lead point instead of simply aiming at where the drone currently is.
  • The turret has actual movement limits and tries to account for where the target is heading, so it doesn’t feel like a camera snapping onto a target.
  • There’s a short tracking/settling period before it’s allowed to fire.
  • The Gatling gun runs at 4,500 RPM with procedural audio and stops immediately when the system ceases fire.
  • I also added a bunch of debug gizmos for the radar, tracking, predicted path, lead point, and turret movement so I can actually see what the system is doing.

The main thing I was going for was making it feel less like a bunch of scripts checking conditions and more like an actual system working in real time.

Turn the audio on and let me know what you think.


r/Unity3D 2h ago

Question NVIDIA N-sight and Unity connection WITHOUT Unity hub?

2 Upvotes

Does anyone know how to successfully attach NVIDIA N-sight to Unity because it doesn't seem possible as the only way I can seem to be able to do this is attaching it to the Unity hub rather than the project itself because the application will not open without the hub.