Vergil

Results 26 comments of Vergil

Hi, If analysis for every type is too expensive, perhaps allow user to exclude specific types from [SerializeField] analysis (once team-wide)? "Disable in file" resharper comment works like this, but...

+1, this one was quite difficult to find. Also, is there a way to somehow relate tags_source_enum_uid to an actual enum value as a key?

I would go with login server (which still can be made with MSF). You can communicate between servers using messages. Although I bet you'll still would need to double check...

So far so good. Looking forward to the crate release.

This affect all devices basically, since its a platform restriction. Similar will happen with IOS. For the testing purposes I've used Unity + .Net 2.1. Reflection "reading" is fine, generating...

I think its more of an IL2CPP issue (no emit support), because it expects everything to be compiled AOT. Still, would be great to have an AOT variant for the...

You can always write your own custom auth module. Or just Ctrl+C -> Ctrl+V the most, remove the part where password check occurs and use the steam credentials to log...

Register your spawned process via SpawnersModule. Room is basicly a lobby, afaik. Here's a decent example that I followed and does work indeed: [https://emilraineroblog.wordpress.com/2017/05/05/unity-master-server-framework-part-9-custom-spawner/](url) I might be wrong about Room's...

Make sure that NetworkManager is set to more than 8 players if you're using UNET. That might be the cause.

Match size doesn`t matter in this case. Scroll down in the inspector. Check advanced configuration and set max players to the value you want.