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 11 forks source link

How can I change InterestManager base on some specific map #2322

Closed desertfoxgame closed 4 months ago

desertfoxgame commented 9 months ago

I'm creating a game that player character gonna have house, which i only want player just see his character only in house. I tried instance dungeon but it's not idealy when player in party. So anyway that I can change write InterestManager for that and use for some specific map only?

insthync commented 9 months ago

Have to change LiteNetLibManager codes structure, I am going to change it too, to implement skill which can make character be able to see hidden characters.

desertfoxgame commented 9 months ago

Nice! Will it be available soon?

insthync commented 9 months ago

Maybe tomorrow

insthync commented 9 months ago

I just made it able to change the interest manager at runtime, but does not made it to be able to setup by map info, you will have to write codes to change it by yourself

insthync commented 9 months ago

I also added SubChannelId to LiteNetLibIdentity component, can set difference channel ID for players in difference houses