2 Overrides every Unity Dev should Use

  Рет қаралды 9,392

Jason Weimann

Jason Weimann

Күн бұрын

Get the Code - game.courses/ingameui/
💯Multiplayer Mastery Course - game.courses/mp/
🎓Learn Game Development - game.courses/bc/
Join the Group - unity3d.group/
Support the Channel by becoming a Member - / @unity3dcollege
Scifi Characters InGame - assetstore.unity.com/publishe...
Fantasy Characters InGame - assetstore.unity.com/publishe...
Insects InGame - assetstore.unity.com/packages...
** GET SOME OF THE FANTASY & SCIFI CHARACTERS **
assetstore.unity.com/?on_sale...

Пікірлер: 37
@jefflynch
@jefflynch 18 күн бұрын
Wow, that audio container feature is not well advertised! Good find, Jason and Peter!
@Unity3dCollege
@Unity3dCollege 18 күн бұрын
Mostly thx to peter! :) I noticed his post earlier about it on x (which I actually like now because I only see gamedev content, before I used to see all kinds of non-gamedev stuff, it's much better this way :)
@Furfire
@Furfire 18 күн бұрын
Honestly more work than just doing it in code.
@josh_swanson
@josh_swanson 18 күн бұрын
Crazy helpful! I've been using Animator Overrides for years, but never even heard of the random audio. Its crazy how Unity has good features that they seem to hide.
@snarf8115
@snarf8115 12 күн бұрын
The audio container is a great find. Thank you Peter. But most importantly, Jason always for these wonderful videos!
@GameDevNerd
@GameDevNerd 17 күн бұрын
One of the best and most concise Unity videos I've seen in a while, haha 😊
@carlogiovanni
@carlogiovanni 17 күн бұрын
That audio random container is great, I actually wrote a custom script for similar but no longer needed. Thanks!
@kpm25
@kpm25 18 күн бұрын
Thanks for your hard work Jason!!!
@TheArghnono
@TheArghnono 18 күн бұрын
Both of them are really useful. Thanks!
@phanta_
@phanta_ 17 күн бұрын
thanks for audio container, rly cool
@robrab2000
@robrab2000 18 күн бұрын
This was super useful, thanks
@Unity3dCollege
@Unity3dCollege 18 күн бұрын
Glad it was helpful!
@dippydogz
@dippydogz 14 күн бұрын
great - that's just in the nick of time, really useful thanks
@foxdrago9153
@foxdrago9153 18 күн бұрын
You literally saved me life, I'm making an game with ton of characters and that animation trick is going to save me so much time!
@MalikenGD
@MalikenGD 18 күн бұрын
Love Peter (Sunny valley studios) content, nice to see a little collab!
@MarkSapsford
@MarkSapsford 18 күн бұрын
Same - i discovered Peter sometime ago and love his content/tut's
@TayoEXE
@TayoEXE 18 күн бұрын
Interesting! The audio random container resembles something I did for our audio system that I based on one of Unity's open source projects, so seems they might have decided to make that a built in feature now.
@etrex5272
@etrex5272 18 күн бұрын
Isnt it redundant? It takes a few hours to make an audio manager with scriptable objects that does all this and more?
@midniteoilsoftware
@midniteoilsoftware 18 күн бұрын
Solid tips!
@Unity3dCollege
@Unity3dCollege 18 күн бұрын
Glad you like them!
@paulkruger4156
@paulkruger4156 18 күн бұрын
What I like most about the animation override controller. Is the you can add the animation clips to them with a script. So what this means is that when you are editing the enemy. You can add your animation clips there and then let the script add those to the controller in the start or awake function. I haven't used that audio thing as yet (only now hearing of it. Thanks!). But I assume you could add audio clips to it, the same as the animation override controller!
@paulkruger4156
@paulkruger4156 18 күн бұрын
The audio random container must be something new. Can't find it in 2022.3.13f1
@Unity3dCollege
@Unity3dCollege 18 күн бұрын
Yea it's 23+ I think
@mohammedelwardighi9426
@mohammedelwardighi9426 18 күн бұрын
Hello! Could you create a tutorial on Unity's Third Person Master Character Controller and how to integrate it with the Third Person Character from the standard assets (The Old One)to effortlessly achieve an advanced character setup?🥰
@Darrellc32
@Darrellc32 18 күн бұрын
Nice, I didnt know about the audio ramdomizer. Somthing not related. For the VFX are you using or plan to use a pool system? I wonder if its worth the time to create a VFX pool system for the atacks.
@Unity3dCollege
@Unity3dCollege 18 күн бұрын
I'm not yet but I might in the future. Right now I don't need to optimize that part so putting it off until I have to (should be easy once/if it's necessary, but right now it would just take up time and not get me closer to the playable game yet). Trying really hard to stay fast and get it done quickly (while keeping performance good enough and architecture flexible enough I can optimize the bad spots later)
@ComicusFreemanius
@ComicusFreemanius 18 күн бұрын
Been using FMOD for like two years, can't have two audio listeners at the same time with the built-in last I checked.
@Unity3dCollege
@Unity3dCollege 18 күн бұрын
i constantly create new cameras and have 2 in there spamming a message, removed it from my ui camera but then reverted other changes and it came right back w/ them :)
@ComicusFreemanius
@ComicusFreemanius 18 күн бұрын
@@Unity3dCollege I can send you my fmod runtime manager script. I added another PlayOneShotAttached method with volume control so I can play impact sounds volumes according to the collider penetration. _This is for my grenades bounce sound_ _"PlayFMODImpactSFX" uses the PlayOneShotAttached method_ " if (c.collider.material.name == "Stone (Instance)") PlayFMODImpactSFX(projectileSounds.stoneBNC, collider.impulse.magnitude); " _This is what I added to the fmod runtime manager:_ " public static void PlayOneShotAttached(EventReference eventReference, float volume, GameObject gameObject) { try { PlayOneShotAttached(eventReference.Guid, gameObject); } catch (EventNotFoundException) { RuntimeUtils.DebugLogWarning("[FMOD] Event not found: " + eventReference); } } "
@kalonwalt4894
@kalonwalt4894 16 күн бұрын
Is there a native way for unity to accept 2 audio listeners so that I can give my 2 player split screen characters their own 3D audio? I have an idea of what I'd do with 2D audio, but I really want 3D
@ribicb
@ribicb 18 күн бұрын
Unity 6 beta is already usable?
@ytubeanon
@ytubeanon 18 күн бұрын
yeah, but I found a lot of assets were incompatible, so it's pretty unusable imo
@Unity3dCollege
@Unity3dCollege 18 күн бұрын
I've been on it for a few weeks now. Beta13 seems pretty solid
@voon7820
@voon7820 17 күн бұрын
Darn, just wrote my own 'Animator replacer' and AudioClip randomizer. Next time maybe
@bunnybreaker
@bunnybreaker 16 күн бұрын
You get a like, but I ain't touching Unity 2023. Thankfully already made an audio randomising system for a previous project.
@TESkyrimizer
@TESkyrimizer 16 күн бұрын
Devs adding new QOL features: :D Devs telling people about these QOL features: :X
2 Years MAKING an OPEN-WORLD game
10:12
AIA
Рет қаралды 59 М.
路飞把别人车窗给砸了#海贼王 #路飞 #斗罗大陆
00:18
路飞与唐舞桐
Рет қаралды 17 МЛН
Surprise Gifts #couplegoals
00:21
Jay & Sharon
Рет қаралды 20 МЛН
Prefabs VS Scriptable Objects - Spikarian #unity3d
4:52
Jason Weimann
Рет қаралды 4,7 М.
365 Days of Developing My Indie Game in 10 minutes!
10:06
Garnet
Рет қаралды 1,4 М.
The Most Overlooked Part of Game Dev
8:12
m0rtal
Рет қаралды 3,9 М.
I made a game in Godot with No Experience
8:31
samyam
Рет қаралды 174 М.
What are Subscenes in Unity? (Massive Worlds!)
15:51
Code Monkey
Рет қаралды 94 М.
We made Vampire Survivors BUT in 10 Lines of Code
7:08
PlayWithFurcifer
Рет қаралды 935 М.
How I Would Start Game Development (If I Started Over)
16:59
Thomas Brush
Рет қаралды 38 М.
Adding This One Thing Made my Game Look 327% Better
6:11
OverPhil Dev
Рет қаралды 80 М.