We have a running app build in Unity and deployed to iOS and Android. Google Play store now requires ARM64 support. When we enabled this in Unity and did a build, the app no longer responds to SignalBus.Fire(). The sample code is here:
signalBus.Fire(new UIPagesRequestSignal
{
whichPage = this.whichPage,
shouldTurnOn = doRequest
});
Anyone else seeing this issue? Is there an upgrade needed to ZenJect to support 64-bit?
We have a running app build in Unity and deployed to iOS and Android. Google Play store now requires ARM64 support. When we enabled this in Unity and did a build, the app no longer responds to SignalBus.Fire(). The sample code is here: signalBus.Fire(new UIPagesRequestSignal { whichPage = this.whichPage, shouldTurnOn = doRequest });
Anyone else seeing this issue? Is there an upgrade needed to ZenJect to support 64-bit?