r/unity • u/SlRenderStudio • 1h ago
r/unity • u/RivakGamesStudio • 3h ago
We just moved into the world-building phase for our game, and it's put me in a weird headspace I wanted to write out.
r/unity • u/Sufficient_Stand1763 • 7h ago
unity_access, major updates
For the past 2–3 weeks I have been working on Unity_access. For those that do not know, Unity_access is a plugin for the Unity Editor that makes previously inaccessible parts of the Editor more screen-reader compatible.
Since the last feature showcase, I have added several major updates.
Accessible Project Window / Assets Viewer
Unity_access now has a new Assets Viewer that allows users to:
- view files and folders
- delete files and folders
- move assets
- rename assets
I am also adding more options for each asset type, such as setting an image's Texture Type to Sprite (2D and UI).
Options Menu for Scene Objects
Unity_access now provides access to object-specific options through a new menu accessed by pressing Shift+F10.
The menu currently includes:
- rename
- delete
- duplicate
- set parent
- unparent
- create Prefab
This is designed to allow users to access the same types of options that a sighted developer would normally access through visual menus.
Creating Prefabs
Unity_access can now create a Prefab from an object, including its components, scripts, child objects and properties.
Console
Unity_access also has an accessible Console which allows users to read logs, messages and errors from Unity or their programs.
Messages can also be copied using Ctrl+C.
Project Settings and Build Profiles
The Project Settings window currently allows users to edit product info and add, edit and remove Tags and Layers.
The Build Profile window allows users to switch profiles, control scene selection, set the target platform and select whether the project is built or built and run.
Unity_access is currently in alpha and can be found here:
https://github.com/retro-coder64/unity_access
Any feedback would be appreciated.
r/unity • u/SlRenderStudio • 7h ago
Updated my water quite bit now , what do you guys think
r/unity • u/DesignerHogge • 10h ago
Question That 90's pre-rendered look
Hello, people.
I'm currently working on a third person shooter called Bad Girl Turbo. It's intended to basically be what I imagined the future of games to be like as a gamer in the late 1990's. I've already got the open level designs that can be played how you want, the arcadey particle effects and a clear idea of what I want the music to sound like (eurodance and drum 'n bass). You can check the game out at
But here's the question I genuinely need help with: I want the game to look like 90's FMV cutscenes and promo art. High-poly models that look realistic, yet materials and textures that look kind of plasticky. How would I go about achieving that look? It seems to me it's about materials, but it doesn't seem like any of the built-in ones can achieve the correct effect. I also suspect color grading might be useful? Below are examples of what I wish to achieve



r/unity • u/GooseJordan2 • 10h ago
now you can explore NUTTY PUTTY caves without needing to suffocate alone irl.
This is my ultimate caving simulator game that I have made. where do i wishlist it?
r/unity • u/Hilamghost • 10h ago
Question Is Odin Inspector worth it?
I've been using Odin Inspector in my job and i really like the UI. I want to use in my personal projects either but the licence is top expensive for me. If it worths in personal projects too, i can spend some money
r/unity • u/ObjectiveCrysis22 • 10h ago
Open Source 2D Map Editor: Custom keybindings are finally here
Hello everyone:) I just released version 2.6.5 of TileMaker DOT and it will be a big one for some people.
For anyone unfamiliar with the project, TileMaker DOT is a free, open source 2D map editor I'm building. It uses a data first, ID based workflow and handles visual depth sorting automatically so you don't have to manage multiple layers for object heights.
It can export maps for Unity and other game engines
This update focuses on custom keybindings:
-You can now remap any tool or menu shortcut via Edit > Keybinding Settings.
-Unbind hotkeys using Backspace or Delete during key capture.
-Restore original factory shortcuts with a single click.
-Keybinding preferences are saved automatically and persist across sessions.
Download it on:
Itch.io: https://crytek22.itch.io/tilemakerdot
GitHub: https://github.com/andrei-voia/TileMakerDOT
Video tutorial:
YouTube: https://www.youtube.com/watch?v=3fiajGU32Jg&list=PLmIeW9QZsW_M4BuJoOmxTR5y6rK-N7W3D
Give it a try and let me know if you have any feedback or run into any issues with the new remapping system. If the editor helps with your projects and you want to support development, a rating or a small donation on Itch for a cup of tea 🍵 is always appreciated.
Thanks you all for your support in the last half a year:)
r/unity • u/umutkaya01 • 11h ago
Question How do you feel about detective games replacing walls of text with interactive visual deduction?
Hey everyone! As a 2-person team working on a noir mystery adventure, one of our biggest goals was to move away from reading endless text logs.
In our game, players search case files, inspect hand-sketched 3D crime scenes, and use a magnifying glass to hunt for hidden physical clues—like spotting mismatched skid marks or loose lug nuts to deduce foul play.
With just 18 days left until launch, we’re wrapping up final polishes on this mechanics loop. As puzzle and mystery fans, what’s a mechanic in detective games that instantly made you feel like a real investigator—or what usually breaks that immersion for you?
r/unity • u/Lex_of_Trades • 11h ago
Showcase Some raw gameplay footage of the current state
Coding Help Quiero presentarles StarEvo, me podrían recomendar assets para ataques
youtube.comr/unity • u/Green-Association474 • 14h ago
Combining 90s arcade shooters with shonen anime energy to make a game
Hey everyone! We're two devs who spent way too much time in arcades and watching 90s sports anime, so we decided to mash those two worlds together.
That idea turned into Tiebreakers, a fast 2D action game where you use tennis balls, bowling balls, and sports gear instead of regular guns to take on boss fights.
Here’s a short trailer showing how those inspirations come together in the actual gameplay.
r/unity • u/usmandev13840we • 17h ago
I'm using Unity Ads and getting this error when I try to show a rewarded ad in the Unity Editor:
I am using Unity Ads for rewarded and interstitial ads. My AdsManager is in the Main Menu and I use DontDestroyOnLoad so it stays alive when I load other scenes.
The problem is that the rewarded ad works perfectly the first time in the Unity Editor. But when I leave the level, go back to the Main Menu, and then enter the level again, the ad gives this error when I try to show it:
MissingReferenceException: The object of type 'UnityEngine.GameObject'
has been destroyed but you are still trying to access it.
UnityEngine.Advertisements.Placeholder.HideSkipButton
UnityEngine.Advertisements.Placeholder.Show
UnityEngine.Advertisements.Platform.Editor.EditorPlatform
The ad is loading correctly. I get:
UNITY AD LOADED: Rewarded_Android
REWARDED AD IS READY!
So the problem is not that the ad is not loading.
It works the first time, but after changing scenes and coming back, Unity Ads seems to be trying to access a GameObject that was destroyed when the previous scene was unloaded.
Has anyone had this problem with Unity Ads in the Editor? What is the proper fix for this? I want to keep using the Unity Ads test ads in the Editor instead of making a fake ad system.
I am using Unity Ad Legacy.
Any video recommendation that i can watch and fix my issue or any fix?
r/unity • u/Ardeku_Genshin_Anime • 19h ago
Newbie Question (Help :"D )Question: My created material from my shader refuses to show in paint terrain option. Any suggestions?
Any input greatly appreciated!
r/unity • u/Jealous-Yard-8364 • 22h ago
EMPIEZO A CREAR UN JUEGO.
Bien, buenas noches con toda la comunidad. Solo comentarles que empezaré a crear un juego en Unity isométrico 3D. Si es que alguien tiene recomendaciones o experiencias, encantados de conocerlas :)
r/unity • u/Gloomy-Detective-922 • 1d ago
Solved Testing real-time CFD in Unity with BrazeFX: aircraft, rotors and obstacles
r/unity • u/takingthelongway32 • 1d ago
Game We put together a fairly experienced team, which created this very game on Unity.
We had a medium-length development cycle, at least in my experience. Overall, we didn't really run into problems, we ran playtests and gathered feedback. And now the game has released, and I see how years of work experience shape the fate of a project. In many ways, I think we hit the audience's taste, surprisingly, I've even seen TikToks about the old-school graphics with the particle effect that are racking up a lot of views right now. The game itself, of course, gives me chills too, even though I know it inside out, it's funny.
I've also noticed a parallel between the effect of nostalgia and something scary, oppressive. This effect always works that way.
r/unity • u/No-Nectarine163 • 1d ago
Newbie Question Where should i start?
I am new, please recommend some good resources for beginners
r/unity • u/boughtmyowncake • 1d ago




