suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 10 forks source link

How can I remove all adressable system form KIT? #2552

Closed temel61 closed 2 months ago

temel61 commented 2 months ago

New adressable system ruins everythink in my project.How can I remove all system from my project.I do not want to use it

insthync commented 2 months ago

Just don't use it, that is it, It didn't force you to use it.

insthync commented 2 months ago

I try to reduce memory usage by implement it, then you want me to remove :(

temel61 commented 2 months ago

@insthync I am very appreciate about it.But I have some problem about loading adressables.Maybe I make a mistake about using it.Please can you tell me adressable settings for client and server build.Which scene should I check as adressable for client and server?.I am using these settings for server build but sometimes gettings error.I also have problem about your adressable download demo.Can you explain me about initial objects?

Ekran görüntüsü 2024-09-09 094443

Ekran görüntüsü 2024-09-09 094457

Ekran görüntüsü 2024-09-09 094521

Ekran görüntüsü 2024-09-09 094916

Ekran görüntüsü 2024-09-09 094927

Ekran görüntüsü 2024-09-09 094410

insthync commented 2 months ago

You can use only one init scene up to how you setup it to download files and load another scene (can be login scene) after that.

temel61 commented 2 months ago

Ekran görüntüsü 2024-09-11 042427

This is my android client setup.But I am having error during download.Not key founded error.Are my Initial objects set properly?.

temel61 commented 2 months ago

Ekran görüntüsü 2024-09-11 042427 Ekran görüntüsü 2024-09-11 042636

Ekran görüntüsü 2024-09-11 042733

Ekran görüntüsü 2024-09-11 042704 Ekran görüntüsü 2024-09-11 042717

Can you check my settings on picture?

insthync commented 2 months ago

Please learn about how to use addressable asset from Unity's document before asking me, you will have to setup addressable group then add asset to the group.

Or just don't use addressable asset, your project still work without it.

temel61 commented 2 months ago

how can I disable addressable ?