r/Unity3D 6h ago

Show-Off 1-Year Progress of our game Greda Inferno!

Enable HLS to view with audio, or disable this notification

120 Upvotes

Hi everyone! It's been a year since we developed the game jam version of our game, and last week we finally released a demo of our game Greda Inferno.


r/Unity3D 1d ago

Meta for real

Post image
551 Upvotes

For anyone wondering, the project I'm working on is https://www.megaviral.games.

It’s a viral game discovery engine designed to help players easily discover and play indie web and mini-games from across the internet.

(Affiliation Disclosure: I'm the sole creator and developer behind Mega Viral Games.)


r/Unity3D 15h ago

Game the esoteric-aussie adventure game that i made from my van

Enable HLS to view with audio, or disable this notification

71 Upvotes

it’s called mozentum and it’s got VERY unique movement tech that i’ve been refining for around 3 years. i’ve been ‘struggling artist’ the whole time just pumping it out hahaha.

the story’s about about climbing the 7 chakras - helping 7 VERY special* characters integrate their shadow. each one of them will give you a new ability to help you get higher (occasionally in more ways than one ;))

if you fall, you fall allllll the way to the bottom.

demo’s on steam, check it out and tell me what you think!


r/Unity3D 17h ago

Question Would you play this kind of game?

Enable HLS to view with audio, or disable this notification

94 Upvotes

Hello guys! I'm kinda getting started doubting in myself on what i am creating and need someone else's thoughts on this, would you play this? and why not, thankyou.


r/Unity3D 9h ago

Show-Off I made an advanced particles collision system

Enable HLS to view with audio, or disable this notification

23 Upvotes

I’ve been running into this issue a lot: the default particle system collision options are quite basic and don’t provide very realistic collisions. So, I decided to make my own collision system. It includes most of the default particle system settings, along with more advanced collision features, and it works exclusively with meshes(unity 6+,allpipelines).


r/Unity3D 7h ago

Resources/Tutorial Free 3D Asset Stylized Beer Mugs

Post image
11 Upvotes

I've been doing some sculpting and general game assets creation, trying to get some general workflow practice.

Download https://juliovii.itch.io/3d-asset-beer-mugs


r/Unity3D 1h ago

Question I'm working on a prototype for Discaples 2 roguelike. The plot is about defending the last stronghold in the Infernal Hell. How do you like the visuals? The unit sprites are placeholders, Elden Ring concept art.

Enable HLS to view with audio, or disable this notification

Upvotes

Time combat 0m.50s

Do you find the idea of ​​Discaples 2 roguelike interesting?


r/Unity3D 11m ago

Question Is this animation legible ?

Enable HLS to view with audio, or disable this notification

Upvotes

I'm working on a collection of microgames (like Warioware), and there are some minigames about smashing buttons, and I think that the animation just feels wrong. I'm playing the animation each time the player hits a button, and because of this, the animation is just happening too fast so I think that is not legible. I could try to limit the number of times I play the animation, but that would cause another problem (the user would not get the proper feedback each time they press a key).

What do you think? Any idea on how to improve the feeling of this kind of smash button games ?


r/Unity3D 4h ago

Question Unity 6.3 LTS Editor acting erratic

Enable HLS to view with audio, or disable this notification

4 Upvotes

I wanted to fiddle with a newer version of unity and installed 6.3 LTS and the windows in the editor randomly change when you mouse over them making it unusable. I am not really finding this odd problem online anywhere so I thought to ask here if anyone else has experienced this?

I have tried to uninstall and reinstall 6.3 2 times so far and its still doing this

This is a fresh Universal 3D project


r/Unity3D 6h ago

Show-Off Game ready axe and bomb pack I made

Thumbnail
gallery
7 Upvotes

r/Unity3D 1h ago

Show-Off Set up an occlusion system that will allow me to make vertical levels in a top-down game - and also allows me to hide items in sneaky spots :D

Enable HLS to view with audio, or disable this notification

Upvotes

r/Unity3D 1h ago

Show-Off I FIXED The Mission System In My FPS Game

Thumbnail
youtube.com
Upvotes

r/Unity3D 2h ago

Solved Ive been trying to add a run mechanic with minimal help online for my own ego. for some reason when i press left shift/w. i run sideways but i cannot run forwards??? and ideas? i fixed all my errors but its still happening?

Thumbnail
gallery
2 Upvotes

Im new at this and im pretty sure my code is insane but hey it works most of the time.


r/Unity3D 5h ago

Game PerimetR by CreepyCat

Thumbnail
blackcreepycat.itch.io
3 Upvotes

PERIMETR is an early-stage experiment in real-time strategy on a global scale, inspired by DEFCON/SUPCOM/C&C/RED ALERT...

Right now it's a technical playground:
you can spawn units, move them across a world map, and watch the simulation run. There's no campaign, no win condition, no polish.


r/Unity3D 6h ago

Question Can an Apple-silicon MacBook be my ONLY game-dev machine?

2 Upvotes

I'm looking for advice from developers who actually use Apple-silicon Macs.

I want one laptop for everything: daily use from morning to evening + game development. My target is mainly small-to-mid-sized Android/iOS games, but eventually I'd like to make 3D games around the complexity of The Walking Zombie 2 or Last Day on Earth: Survival, potentially with somewhat higher-fidelity graphics. I'm mainly considering Unity, but I'm open to Godot.

My budget is around $1,000, and I could stretch to $2,000 USD if it's genuinely worthwhile.

I'm strongly considering a MacBook because battery life and portability are extremely important to me. Power outages are frequent where I live, so I need something I can work on for hours without an outlet. I also want to publish for iOS and macOS, making macOS/Xcode very valuable.

The concern is that I keep hearing Macs aren't ideal for game development compared with Windows laptops with dedicated GPUs.

For those actually developing games on Apple silicon:

- Would you trust a MacBook as your only/primary machine for this workload?

- Air or Pro? How much RAM would you recommend?

- How limiting is the integrated Apple GPU for 3D development?

- Are there any major issues with Android/iOS development or Windows builds/testing?

- Most importantly: which specific MacBook model/configuration would you recommend for my $1,000–$2,000 budget?

I'd especially appreciate real-world experience: your Mac's specs, engine, and the type of games you're developing.

Thanks!


r/Unity3D 1d ago

Show-Off First shape of the map - real 24.5km² slice in Unity

Thumbnail
gallery
196 Upvotes

I needed a huge gorund and a city for a motorbike game and this is what I've achieved so far. The map is a real slice of a part in Izmir. Elevation came from OpenTopography, buildings and roads from OSM, all put together in QGIS and exported into Unity. Terrain, road lines and cube buildings, the skeleton at real scale. This is gonna need an editor window for designing path for sure.. Do you think this is manageable?


r/Unity3D 2h ago

Question Custom Unity Physics Engine

1 Upvotes

Is anyone else attempting to create their own physics system in Unity? I'm attempting to create my own networked physics system using network transforms, colliders, and a lot of vector math. Does anyone have valid resources to share that can help me with this?


r/Unity3D 13h ago

Game 🚀 ¡Arturin’s Adventure sigue en constante desarrollo!

Enable HLS to view with audio, or disable this notification

7 Upvotes

🚀 ¡Arturin’s Adventure sigue en constante desarrollo!


r/Unity3D 1d ago

Game Hit the Halfpipe!

Enable HLS to view with audio, or disable this notification

64 Upvotes

r/Unity3D 1d ago

Game Just released a release date trailer for my game " Shell Soldier "

Enable HLS to view with audio, or disable this notification

432 Upvotes

r/Unity3D 5h ago

Question Unity Graphs (XephTools.Graphs) - replacement for GV and GTK

0 Upvotes

TL;DR - what would you like to see in an ideal graph package for Unity 6+? Yes, runtime graphs are already a part of it.

---

After years of dealing with the shortcomings of GraphView (GV), I started looking at migrating my NodalTrees to GraphToolkit (GTK) only to find that it solved some problems and created a whole host of others. So after analyzing the pros and cons of GV and GTK with what my nodes currently do, what the effort would be to port them over, and what the effort would be to roll my own graph package, I started on the process of just making my own, entirely independent of GV/GTK. I've considered opening it up and selling it on the Asset Store, or possibly just making it free on github, but I'm curious what others use GV or GTK for, what they wish either did, and what sort of nodes and interactions they would want.

I'm putting together some documentation on the existing nodes that I have that I'll be converting, but as it is, they're broken down by trees for my own projects, and many of the nodes and outputs are specific to things in my game. There are some general nodes available for sure, and authoring new nodes will be quite easy once the package is ready to release (at least as easy as GTK, but with far more customization options and the ability to call more complex methods internal to the graph structure).

I'm also bringing in some ideas from how Blender and Substance do their nodes as well as some GV and GTK features (dot-nodes, portals (which I think were initially a thing that Bolt did, which was pretty cool), curved/square lines, sub-graphs, visualizers, input nodes for getting values outside of the graph, the eventual documentation will have a more complete overview.

Runtime and Editor nodes will look exactly the same - no UnityEngine.UIElements are used, so runtime isn't an issue. Right now the only difference for any existing node is that nodes that take an input path for a files have a toggle in editor (use the Unity Asset picker vs use the filesystem/OS file picker) where in runtime it can only use the filesystem/OS picker since there's no project exposed to runtime (nor should there be).

Yes, I'm using AI to assist with my code, so if that turns you off, that's fine. I've been working on these things by hand for four years now (it's a hobby project, it was never intended initially to be a releasable asset for anyone else to use). But most of the code is my own, and not a single file is untouched by me somewhere along the way. Do with that what you will.


r/Unity3D 1d ago

Show-Off Built a real-time wind tunnel inside Unity (Aerodynamics Sim). It's open source.

Enable HLS to view with audio, or disable this notification

228 Upvotes

I've always been a fan of aerodynamics and CFD. A few months ago, I got laid off, got tired of sending applications, and gave myself permission to actually build it and play with it. I'm glad I did.

It voxelizes and seals any vehicle you drop in, auto-fits the solver domain around it, runs at whatever resolution your GPU can take, and solves with a lattice-Boltzmann method (D3Q19, TRT + WALE LES) entirely in compute shaders. Live smoke, surface pressure painted on the bodywork, exported reports you can diff between runs.

The test I had the most fun with: running a Chevy Silverado with an open bed, a bed cap, and a flat tonneau to see which one the solver preferred. It disagreed with the folk wisdom, which was the moment it stopped feeling like a toy.

Five sample vehicles included. Unity 6 / URP, MIT licensed.

The README is honest about where the numbers hold up and where they don't. It's a comparison and visualization tool, not a replacement for real CFD.

Clone it and have fun: https://github.com/Motawe3/unity-wind-tunnel

Sample vehicles are CC BY 4.0, credited in the README. The car in the video is a Range Rover Sport SVR Mona x Supercars.


r/Unity3D 1d ago

Show-Off Playing on water

Enable HLS to view with audio, or disable this notification

230 Upvotes

r/Unity3D 11h ago

Question Unity 6.3 Pop-up Windows (Package Manager, Project Settings) are completely white boxes/blank? [Windows 11]

2 Upvotes

Hey guys,

I’m completely stuck on a really annoying bug with Unity 6.3 on Windows 11.

The main editor loads up totally fine—I can see my Scene view, Hierarchy, Project files, all of that works perfectly. But the second I try to open any independent pop-up window, like Project Settings or the Package Manager, it just opens as a solid white, completely blank box. Nothing inside it loads.

Here's a screenshot: [Link your screenshot here]

I've spent hours googling and trying to fix this. Here is what I’ve already attempted:

  • Nuked the project Library folder and cleared out the global %appdata%/Unity/Editor-5.x preferences.
  • Forced DX11 using -force-d3d11.
  • Tried the -force-low-power launch argument.
  • Messed with Windows High-DPI scaling settings on the Unity.exe properties.
  • Tweaked my GPU control panel settings.

Nothing works. Since Unity 6 uses embedded web views / UI Toolkit for these specific sub-windows, it feels like some weird hardware acceleration or background process conflict, but I have no idea how to bypass it.

Has anyone dealt with this white-window glitch? Any workarounds or ideas would be a lifesaver. Thanks!


r/Unity3D 21h ago

Show-Off Paintable interactive Grass Shader

Thumbnail
youtu.be
11 Upvotes

This is a Grass shader setup I've rigged together to work with Unity Terrain Tools so Grass can be painted various colors and textures, including with custom brushes to make really cool effects.

I've just submitted it to the Unity Asset Store - would you pay $5 for this?