Artyom Zuev
Artyom Zuev
To continue the subject - can you please explain a bit more how to use this with UI systems like NGUI (which can be considered "world-space", I suppose, since no...
I think I figured it out. There is one problem remaining (UVs are vertically flipped), but otherwise everything works wonderfully. To make the asset work with NGUI or any other...
Sorry for potentially obvious question, but where exactly is that ShareBunch.m you're talking about? I'm not seeing it anywhere in this repository. Edit: Ah, found it in the iOS source...
Sorry, but can you elaborate on how this fix is implemented? It's not very clear to me how exactly iOS plugins for Unity are working sometimes (code seems organized very...
Either ContractLagFix or ShopTabLagFix are responsible for the issue: the following config doesn't interfere with events so far: `{ "logLevel": "debug", "features": { "LoadFixes": true, "NoSalvageSoftlock": true, "MissingAssetsContinueLoad": false, "DataLoaderGetEntryCheck":...