hongguang.li Posted March 21, 2023 Posted March 21, 2023 About the Syncker example, which only has C++ code, how can I rewrite it in C#? I tried using "Manager.initSyncker()," but it not right.
cash-metall Posted March 21, 2023 Posted March 21, 2023 Hello! it looks like we forgot to export this method to c# API. you can use the following code for initialization. that's basically all the Manager.InitSycnker does if (Unigine.Plugins.Syncker.Manager.ArgIsMaster) Unigine.Plugins.Syncker.Manager.InitMaster(); else Unigine.Plugins.Syncker.Manager.InitSlave(); Thanks for the note, we'll fix it for the next release.
Recommended Posts