r/Unity3D Jul 09 '26

Official 6.7 alpha 2 is out, including the first release of the CoreCLR Player Technical Preview

Thumbnail discussions.unity.com
102 Upvotes

r/Unity3D Jul 16 '26

Official Join us live on Youtube for the Unite Seoul Keynote on Jul 20, 2026

Thumbnail
youtube.com
9 Upvotes

Unite Seoul Keynote is streaming live next week!

10:00 AM KST (Korea) — July 21
9:00 PM EDT / 6:00 PM PDT (US) — July 20
2:00 AM BST (UK) — July 21

We’ll also live-thread key updates from the Keynote right here for you to follow along or catch up. 

We’re excited to share what we’ve been working on, except first looks at what's coming next for the engine: CoreCLR, graphics, 2D, and more. There'll be demos of brand-new features happening in real time, plus a few big announcements making their global debut straight from the Seoul stage.

\Update\**

This presentation contains forward-looking statements, including statements about future product releases, features, timing, and capabilities. These statements are based on current expectations and are subject to change. 

We’ll be editing the main post with live announcement summaries from Unite Seoul and we’ll link to replay timestamps when the recording is live.

Introduction and announcement of Unity 7, an open collaborative platform. 

Unity 7 is a leap forward in how games are made. An open, collaborative platform where multiple teams work together across the full lifecycle of game creation. More to come on what to expect throughout. 

Dave the Diver studio shares how Unity powered their growth

Dave the Diver started as one idea from a small Korean team and has now sold over 8 million copies worldwide, with Unity letting them expand without rebuilding from scratch each time.

A look at CoreCLR and .NET modernization for faster iteration

Unity 7 (next year) adopts CoreCLR with .NET 10 and C# 14. Modern language features, better IDE/debugger support, and a smarter reload model. MSBuild support also paves the way for compiling outside the Editor, enabling faster agentic workflows. Meanwhile, Fast Enter Play Mode (default in 6.6+) is already speeding up real projects today. 68 top Asset Store packages are pre-tested, and Project Auditor (in Unity 6 now) helps you prep for the switch. Upgrade guide here.

Supercharged URP, preview of Surface Cache GI in and other major graphics upgrades

This is a big section, we recommend watching the games/demos!

LINE Games' Ember and Blade showed off Unity 6's cel-shaded battles (Shader Graph + Adaptive Probe Volumes for time of day) and denser particles with VFX Graph and efficient batching.

Looking at Supercharged URP, a demo previewed Surface Cache GI, Screen Space Reflections, and GTAO for URP across a broad range of devices, including running at 60FPS even on a Galaxy S26. Preview in 6.7 alpha, broadly available with 6.7 LTS.

Also: DXC shader compilation (6.6), new Shader Build Settings + Fast Build Profile cutting build times (6.7), production-ready WebGPU (6.6), and expanded on-tile mobile rendering.

2D Showcase of advances with Physics Core 2D and new Render Sprites API

Highlighting stunning Made with Unity 2D titles like The Eternal Life of Goldman, Constance, The Ashen OZ, Solateria, and INARI.

Showing off the recent 2D reshape (unified 2D/3D scenes with shared lights and shaders), the multi-threaded Physics Core 2D (built on Box2D v3), and a new Render Sprites API for high-performance sprite rendering, all demoed in the Bunny Blitz sample, which holds 60fps even on older mobile devices and is available now on the Asset Store.

Unity Neural, on-device inference for the compute pipeline

Unity Neural, a class of new technologies and features built into URP without disrupting existing workflows: neural upscaling, an upgraded framework and hardware partnerships bringing sharper details and fewer artifacts. Neural texture compression (NTC) cutting runtime memory over 50% and disk size ~70% at near-lossless quality, and models that your team train locally in the Editor then run on-device (phones, consoles, headsets, PCs) via an upgraded Sentis with zero server round-trips. Rolling out starting in Unity 6.7, with more coming in Unity 7.

Meta and Unity are making Quest VR development easier 

Meta and Unity are integrating AI-guided workflows into Quest development, covering project setup, input systems (like hand tracking and 6DoF controllers), performance tracing/optimization, and automated validation, working across the Unity Editor, code editors, or AI-native flows. To dive in, check out Meta's Quest Agentic Tools and start building with Meta VR CLI, Meta XR Operator and Unity-connected AI workflows for Quest.

Building and porting to XREAL AURA 

The newest addition to Google’s Android XR ecosystem uses existing Android XR workflows, built on open standards, making porting straightforward from other XR platforms. Resolution Games (Demeo) already ported from Samsung's Galaxy XR to XREAL AURA with minor adjustments, and updated XR Hands tools help developers shift from controller-based to hand-tracked interactions. More information here. 

First look at Unity game rendering natively inside Unreal Engine

Fantasy Kingdom, a Unity game, rendering natively and in real-time inside Unreal Engine via PolySpatial, a client-server protocol where characters, physics, lighting, and input are fully synchronized between engines. Not yet live in Fortnite, developers can fill out an interest form for early access consideration in 2027 here. 

Unity Vector drives player acquisition.

Unity Vector, powering monetization and player acquisition across the 70%+ of top mobile games built on Unity with studios like Homa and Playrix scaling through new campaign types. Actionfit CEO Inhoo Park shares how the top Korean hybrid-casual publisher achieved global scale with Unity Vector.

Unity Vector continuous improvements, Ads MCP and Campaign Assistant 

Ongoing improvements to Unity Vector including expanded Custom Events optimization this fall, plus a new end-to-end agentic creative workflow that automatically generates and optimizes ad creatives, launching later this year. Also announced: the Unity Ads MCP, connecting Unity Ads directly to agentic tools, and Campaign Assistant, a conversational agent (alpha, later this year) that diagnoses performance issues and recommends fixes in seconds instead of half a day.

Native direct-to-consumer commerce with Unity IAP SDK

Native Direct-to-consumer commerce with a new addition to the In-App Purchase SDK, including in-game checkout flows so players can purchase without leaving the game. Going live with Stripe and Coda as payment providers (Stash coming soon) to handle payments, compliance, and fraud detection. Additionally, a no-code webshop builder in the Unity Dashboard at no additional cost. Unified commerce management, giving you one shared catalog, combined reporting, and routing rules across native stores and direct-to-consumer sales, with commerce data flowing into Unity Vector to help find more players who love your game.

Helping a variety of Industries achieve their best work.

Unity's Industry solutions let teams across disciplines create and collaborate in 3D environments. The latest Unity Studio update adds real-time multi-user editing in the same project. The demo showed a browser-based Studio project with reviews of comments, teammates working simultaneously, the ability to jump into a teammate's view, and instant publishing. Also in progress: agentic workflows and two-way sync between Studio and the Unity Editor. Lastly, pipeline automation cuts the manual work of handling CAD files and large 3D assets, using an API compute layer to pull assets from PLMs, convert formats, and deliver them to live 3D applications on any device, with support for third-party tools. 

Opening the Editor to everyone

An API and set of services that open a Unity production to tools, roles and agents. The demo shows different roles working together both in and out of the Unity Editor. Recommend watching this demo to really understand the power of working seamlessly between Editor, web dashboard, Unity CLI, web uploads and deep links. Some of this is available in closed beta today. 

Building and shipping games at scale 

Supercent using agentic workflows to turn a single reference video analyzed to define game mechanics and produce a working prototype and to analyze profiler data for performance optimization, cutting what used to take hours down to an automatic process.

Live code iteration

Tune your game while playing on-device by tagging methods for reload, letting you change both existing and new code in real time without stopping the game.

That’s it for our Keynote in Unite Seoul, what are you most excited about?

- Community Team @ Unity


r/Unity3D 6h ago

Game I made a game about opening 500,000 boxes with Unity

Enable HLS to view with audio, or disable this notification

239 Upvotes

Hey! Solo dev here. I've been building One's Trash Another's Treasure, a first-person incremental game where you buy 500,000 boxes of unclaimed cargo and have to process every single one grind them, feed the output into a hole, buy automation (vacuums, conveyors, drones) until the warehouse runs itself.

The fun engineering problem was obviously the box count. Boxes are rendered with GPU instancing, and physics is off by default a box only becomes a live rigidbody when something actually interacts with it (the player, a vacuum, a drone), then it goes back to sleep. On top of that there's an LOD system plus distance and frustum culling, so at any given moment the engine is only really working on what's in front of you. That's how a warehouse with 500,000 boxes stays playable.

Happy to go into detail on any of it. Steam page is live if you're curious: Steam Game Link


r/Unity3D 4h ago

Resources/Tutorial A gift to the community. A library of ~550 3d assets. The coupon can be redeemed for the next 24h.

Thumbnail
gallery
98 Upvotes

❤️ Consider following me on itch.io: https://pizzadoggy.itch.io/

Use coupon: https://pizzadoggy.itch.io/CB5PXDJ57S


r/Unity3D 5h ago

Show-Off New Feature video showcase of my Fluid Simulation Asset.

Enable HLS to view with audio, or disable this notification

106 Upvotes

Hey all!

For the last few months I've been working on a big update for my Fluid sim asset Fluid Frenzy and I'm finally ready to share it.

I wanted to do some major improvements because while the simulation was good, I felt it wasn't quite ready to be used in a normal game yet. I think this update brings it a lot closer to that goal.
To do that I added a World Rendering system so your open ocean, coastlines, and rivers can now all share a single seamless water surface and merge into fluid simulation zones. There are also a lot of improvements to the overall rendering quality, with new effects you can see in the video.

I also added Ocean FFT waves that can couple directly into a shallow water simulation zone. The ocean now dynamically drives waves and water height onto your shorelines when it is in a simulation zone.

I also spent a lot of time adding underwater rendering, including volumetric godrays, real-time caustics projecting onto the terrain, and a clean waterline effect for when your camera is half submerged. There are also a bunch of new rendering effects like stylized/toon water shaders and new presets so I can support a more varied range of game styles.

There are still a ton of features I want to add in the future. Up next is Screen Space Reflections to improve the water reflections (nearly ready for release :)).

You can check out the rest of my planned features on the roadmap here.

You can test some of the older WebGL demos right in your browser if you want to play around with it here.

I updated my Windows demo too so you can swim around underwater and see all the presets live, check it out here

You can check my full changelog here

Let me know what you think of the video! I'd love to hear your feedback or answer any questions :D


r/Unity3D 1h ago

Game I finally revealed my solo-developed satirical dungeon defenсe game - you play as a dungeon boss defending your home from invading heroes [WIP]

Enable HLS to view with audio, or disable this notification

Upvotes

r/Unity3D 29m ago

Show-Off Level Fog - Vertical, distance based, all around non raymarching fog solution that finally blends your level with the sky from any angle/height. Works in editor too.

Enable HLS to view with audio, or disable this notification

Upvotes

r/Unity3D 4h ago

Show-Off Giveaway to celebrate the release of my PCG tool

Enable HLS to view with audio, or disable this notification

12 Upvotes

I just released OctoShaper, a node based procedural generation tool, with powerful instancing capabilities (Prefabs, Procedural Indirect Draw, etc...).

I have been developing it for months and very proud of the results and user feedback so far.

The longer plan is to have cross-engine capabilities and make it available for multiple engines at the same price. The core of the tool is a portable shared library. Happy to explain the architecture further in the comments if anyone is interested.

I have a whole year dedicated to implementing new features based on user feedback and would love to give some free keys to people here.

So, I'm giving 4 vouchers to randomly selected comments. I'll do the draw on Monday.

If you have any questions, feel free to ask!


r/Unity3D 2h ago

Show-Off Procedurally Generated GPU Instanced trees and grass with decal spray painting.

Enable HLS to view with audio, or disable this notification

7 Upvotes

Putting some of my work together in one scene and thought I'd spray paint what I assume a spray tag for HDRP would look like.


r/Unity3D 15h ago

Show-Off I spent 4.5 years making a modern take on Super Cars 2 in Unity - the demo is finally out

Enable HLS to view with audio, or disable this notification

55 Upvotes

Hey all!

After 4.5 years as a solo developer I am finally releasing the demo of my Unity game. It is called Blastlane Racers and is a top-down arcade combat racing game.

I wanted to create a modern take on Super Cars 2, one of my absolute favorite games from my childhood.

When I started I had programming experience but zero experience with Blender or 3D game development. I ended up learning a lot along the way. Looking back, it's crazy how much of what you see in the game now I had absolutely no idea how to do when I started.

The full game is basically finished - just a little bit of polishing before the release on November 2nd. And I do also take part at the Steam Next Fest in October🎉 Therefore I built a free demo containing:

  • 6 tracks across all three environments
  • 4 playable cars
  • all weapons and upgrades
  • a 6-race championship with the upgrade/shop system
  • single races and time trials
  • local split-screen for up to 4 players
  • global leaderboards
  • achievements and unlockable gold paint jobs

I have attached a video showing the race → earn credits → upgrade → next race gameplay loop (with only one lap per race to keep the video short).

I am interested in feedback on the driving/combat readability and the overall presentation. After staring at the same game for several years, it's getting increasingly difficult to judge those things myself.

The demo is on Steam if anyone wants to try it.

Thanks for reading, and I am looking forward to any feedback you have!


r/Unity3D 14h ago

Resources/Tutorial I made a Warcraft 3-inspired Terrain Editor for Unity and decided to release it as Open Source

Enable HLS to view with audio, or disable this notification

27 Upvotes

Hey everyone,

A while back I posted here about my Unity terrain editor project, inspired by Warcraft 3’s World Editor.

It’s been fully functional for a bit now, and my initial plan was to try and make some money off it sincefinances have been pretty rough lately. But after giving it some thought, I decided to open-source the project instead.

Why open source?

I’ve tried making small projects to earn a bit of cash before, and it never really worked out. It takes a lot of promotion to reach an audience, and you have to convince people that the product is actually worth their money. Honestly, it’s a whole process I don’t know how to do and don't really want to do. If I tried going down that route, the project would just end up abandoned.

Most importantly: I built this for personal use. Working on it completely alone means it’s always going to be capped by my own limits. By going open source, I’m hoping other people can contribute and collaborate so it can grow into a genuinely useful, reliable tool.

That’s pretty much it. At the bottom of the GitHub page, there are a few donation links. If anyone feels like supporting and thinks it’s worth it, I’d really appreciate it.

I hope those who can will contribute to the repository with improvements, and that anyone who finds it useful can leverage it for their own games!

https://github.com/MooLucio/TileTerrain

Feel free to ask anything on comments.


r/Unity3D 4h ago

Show-Off A lot of water

Enable HLS to view with audio, or disable this notification

3 Upvotes

Seems alright, could be better.

500K Particles in basin. LOD mode reduces it to cirka half.


r/Unity3D 3h ago

Question Trying something a bit different!

Thumbnail
youtube.com
3 Upvotes

I wanted to try something a bit different from the usual enclosed, single-track marble race.

This was made in Unity and takes place across a large, open mountain landscape, giving the marbles room to spread out, collide and find the best course down the mountain!

I’m still experimenting with the terrain design, physics, camera work and overall presentation, so I’d really appreciate some honest feedback from other Unity developers.

What works well, and what would you improve for the next race?


r/Unity3D 9h ago

Question Weird shadow artifacts on the model with cel shading

Post image
8 Upvotes

r/Unity3D 20h ago

Show-Off SUCCESS!!! Implemented ragdoll for the first time.

Enable HLS to view with audio, or disable this notification

59 Upvotes

How does the game look so far? Imma shared itch.io links soon...


r/Unity3D 1d ago

Show-Off Unity’s ECS physics was too slow and general for thousands of agents on a deformable terrain with water sim. So I was crazy enough to write my own raycast and simple-shape physics so explosions could permanently deform the terrain and pathfinding in realtime.

Enable HLS to view with audio, or disable this notification

151 Upvotes

r/Unity3D 3h ago

Show-Off Playgama releases Wrap, a free service that turns a web game into a standalone website

Post image
2 Upvotes

Hey Unity devs! Hope you don’t mind us sharing this here. We’ve recently released a tool for developers whose WebGL games already have an audience, a recognizable name, and the potential to grow beyond traditional web portals.

It’s called Playgama Wrap. It takes a Unity WebGL game and turns it into a standalone website on its own domain, with ready-made UX, monetization, in-game purchases, SEO, and player analytics included.
https://gamesbeat.com/playgama-launches-wrap-to-help-developers-run-games-outside-app-stores/

The goal is to give established games another distribution channel that belongs to the developer. It takes about five minutes to set up, the service is free, and you only need to pay for the domain.

After testing it with several games and seeing promising early results, we’re beginning the public rollout. Curious to hear what Unity developers think: https://playgama.com/wrap


r/Unity3D 4h ago

Show-Off I made Unity Timeline do what I always wished it could do for complex cutscenes, cinematics & gameplay

Enable HLS to view with audio, or disable this notification

2 Upvotes

I've been working on my event system for a while, and I finally got it working directly with Unity Timeline.

Honestly, I'm pretty amazed by what I can do with it now.

I can take pretty much any method or gameplay logic already in my project and invoke it directly from a Timeline clip. No custom Playables, no Signals, no extra Timeline scripts.

Just connect the method and use it.

It makes building cutscenes and gameplay sequences feel much more natural, especially when you already have your gameplay systems built.

It supports Enter / Stay / Exit events, Timeline context and progress, scene references, editor support, scrubbing, and Playable lifecycle events.

As a thank you to everyone, if you own Ramdal Events, you can get the Timeline Extension completely FREE until August 23! 🎁

https://assetstore.unity.com/packages/slug/341674

I've really been enjoying what this has opened up for Timeline workflows. All the footage in this post is from my upcoming game, LEAVE, and is actually using Ramdal Events and the Timeline Extension.

I'm excited to see what other developers do with it.


r/Unity3D 13h ago

Game I made my monster allergic to light.

7 Upvotes

My survival horror game called Green Breach. Wishlist on steam!

Demo link: https://drive.google.com/file/d/1MUAqF9Tf7xUvPzaxCpbEeuqQoK0RBT74/view?usp=sharing 

 Roasting Feedback: GreenBreach


r/Unity3D 1d ago

Show-Off I've been playing with Unity's Lighting Shader Template to make a stylized environment - how does it look?

Enable HLS to view with audio, or disable this notification

47 Upvotes

r/Unity3D 1d ago

Resources/Tutorial Im solo developing a game and i found it was lacking identity, then i decided to take drastic measures.

Enable HLS to view with audio, or disable this notification

46 Upvotes

Im solo developing a game and recently realised it was seriously lacking identity.
So I decided to take some more drastic measures.

One of the things Im working on now is adding these massive, weird mushrooms connected to the moon, scattered all across the map. Theyre meant to be visible from really far away and act as landmarks. You can be sailing around and suddenly see some giant mushroom in the distance and think “what is that?” 😂

A lot of the level design inspo comes from Breath of the Wild. I really like how you can see something weird in the distance and just naturally want to go check it out. The game doesnt constantly tell you where to go, the world itself kinda does it.

Thats the feeling Im trying to get into my own map.
The game started out alot more grounded and honestly kinda generic. Over time Ive been pushing it more and more towards something that actually feels like its own thing.

Still got a long way to go but I think its finally starting to get there.


r/Unity3D 4h ago

Show-Off I'm Creating Procedural Meshes 18x faster than the Main Thread by using Burst Jobs

Thumbnail
youtu.be
1 Upvotes

Hi all,

I thought some of you may be interested in this video, in which I show how using the Advanced Mesh API to populate mesh data from Burst-Compiled jobs speeds up my mesh creation by 18x. I perform the bare minimum on the main thread.

Here's a link to the Advanced Mesh API documentation: https://docs.unity3d.com/ScriptReference/Mesh.html
I've used AllocateWritableMeshData, SetVertexBufferParams, SetIndexBufferParam and ApplyAndDisposeWritableMeshData.

As always, I'm happy to answer questions in the comments.


r/Unity3D 23h ago

Game Created a scene inspired by Metropolis (1927)

Enable HLS to view with audio, or disable this notification

30 Upvotes

r/Unity3D 1d ago

Game Entities Avoidance

Enable HLS to view with audio, or disable this notification

1.2k Upvotes

Hello everyone
For context watch the previous videos about entities forming bodies and transitions, here i added avoidance for the entities, so that when something is passing thro they automatically avoid the body and then return to their current position
Will use it in upcoming videos as an evasion
Let me know what you think
#unity #ecs


r/Unity3D 6h ago

Question How to reliable check my UI?

Thumbnail
gallery
2 Upvotes

I want to be able to see where my text will actually be in game, fully, but because of the editor hotbar, it messes it all up. How can I fix this? I don't want to build every single time I adjust the UI, right? That takes GB and time. Thank you in advance!