Hi everyone! First order of business with Addressable is working with Addressable Scenes! It's easier than you might think! Additional resources in the description if you want to learn more about Addressables. Also, you can use the Addressables package for Unity 2023.1 and above - com.unity.addressables@2.0.8 - install via the Package Manager by name, it works the same as the 1.21.20 version!
@tahaaltndag35547 ай бұрын
I have been using AWS S3 buckets for my addressabbles asset bundles for almost 1.5 years and uploading all of bundles to s3 has been always manual and pain in the ass because i did not know that the unity has it’s automated ccd service. Now ı am pretty excited with these news. Thank you for this video!
@git-amend7 ай бұрын
You’re welcome! Hope it works out for you!
@sizcate7 ай бұрын
good thing i suscribed to you, i was looking for information on adressables and loading scenes all week and you made it so much easy for me to understand
@git-amend7 ай бұрын
Awesome, thank you!
@karole56468 ай бұрын
Tysm for this. Addressable always a very helpful thing but most of the time people forget it
@git-amend8 ай бұрын
You're welcome! Thanks for the comment!
@mongreldesigns91958 ай бұрын
I just finished my own addressable scene system, Can't wait to watch yours and see how I did.
@git-amend8 ай бұрын
Awesome! I’d love to hear about it
@franciscooteiza7 ай бұрын
I thoroughly enjoyed the video and found it particularly relevant to my own project. In my work, I've implemented a dynamic item list generation feature, sourcing directly from database queries. Among these items, several are addressable. So users can use these items from the inventory with a single click, similar to the building system used in The Sims.
@git-amend7 ай бұрын
Fantastic! That sounds really interesting, I like the concept!
@dreamisover98137 ай бұрын
What a timely tutorial for something I was planning to do, much appreciated!
@git-amend7 ай бұрын
Glad it was helpful!
@MarushiaDark3168 ай бұрын
Forgive my ignorance, but I don't even know what Addressables ARE, let alone when or why you'd use them. That part was sort of glossed over in the video. By deduction, I can kinda grok that they're something related to cloud storage maybe like a GIT repo, but honestly, I'm at a total loss here. I know you linked to some stuff at the end are generally known for making advanced Unity content; but unlike, say, Scriptable Objects, I don't know what Addressables are really something most people are familiar with.
@git-amend8 ай бұрын
This is indeed a more advanced topic. Unity Addressables is a system that optimizes asset management by allowing developers to load and unload assets dynamically to reduce memory usage and improve game performance. I hope the video leads you to learn more about it!
@freakingreninja77908 ай бұрын
this video is awesome and just the one i was looking for!!
@git-amend8 ай бұрын
Right on!
@bhuvneetsaggu40118 ай бұрын
Thanks for this video. really appriciate it.
@git-amend8 ай бұрын
My pleasure!
@TheZloivan4 ай бұрын
Bro where u have been for all my 5 years of experience as a unity dev? At last some high level coding not a beginner, where u at last can take something for yourself. Thank u!❤❤❤
@git-amend4 ай бұрын
Welcome! Sorry I'm late, but better late than never!
@ragerungames8 ай бұрын
thank you for the video, your channel has been very helpful for me
@git-amend8 ай бұрын
Glad to hear that!
@nixonscherbarth19747 ай бұрын
What a banger!
@git-amend7 ай бұрын
Thank you!
@muhammadumair63067 ай бұрын
Any chance of you to start a beginner series on Addressable that progresses to advance level? Would be great in your way of explaining things.
@git-amend7 ай бұрын
Not a bad idea, a few people have requested similar.
@MarushiaDark3168 ай бұрын
Would that I could afford to hire you for my own projects. You are a wizard on the keys.
@git-amend8 ай бұрын
Thanks, too kind!
@puretrack067 ай бұрын
How are you dealing with lighting system mismatches between let's say your gameplay scene and environment scene? My gameplay seen is not going to have a Sky Map assigned to it because it's going to get used in multiple levels that have various different Sky Maps. So if it says the act of seen it overrides the environment seeing Sky Map
@git-amend7 ай бұрын
There are several approaches. One is to set your skybox and lightning settings programmatically when an event fires to indicate all the scenes are loaded. The other, more common method, is to keep your lighting and cameras in a separate scene and not in your gameplay scene. Of course, you can also combine those 2 approaches.
@michaelwalsh56848 ай бұрын
Do you know if it's possible to use this system with NGO's integrated network scene management solution?
@git-amend8 ай бұрын
That's a good question, and I'm not sure what the answer is. It's worth looking into though, if I find out I will respond to this comment.
@damonfedorick7 ай бұрын
sorry i am late, but Nice.
@hansfritz60267 ай бұрын
Will this work with other cloud Providers e.g. playfab or firebase
@git-amend7 ай бұрын
Addressables work with any remote service that lets you provide content, even a simple web server. One other commenter mentioned they were using AWS buckets. The CCD discussed in the 2nd half of the video is exclusive to Unity, however, so when using a third party service you would have to manage uploading your AssetBundles manually, or write some code to do it for you.
@hansfritz60267 ай бұрын
@@git-amend im still comparing prices unity cloud seems more expensive than playfab since I want to develop mobile free games I could potentially get a lot of traffic which results in cost
@OdysseyHome-Gaming7 ай бұрын
I hit the simplify address and now this won't work since the path isn't the key anymore. Opps.
@OdysseyHome-Gaming7 ай бұрын
hang on if I use the scene name instead of the path when loading an addressable scene it'll work.
@git-amend7 ай бұрын
Thanks for pointing that out, maybe your comment will help someone else!
@Fitz0fury7 ай бұрын
I am deeply disappointed in you tube for not sending me push notifications for new git-amend videos. its the only channel i allow to ding my phone and yet it failed me yesterday... hurtful. //cancel YT premium in protest
@git-amend7 ай бұрын
KZbin strikes again! I've heard they do this from time to time, but no idea why.