You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
private async void DelayedFakeChat()
{
await new WaitForSeconds(1.0f);
_signalBus.Fire(...);
}
fails to build in an il2cpp build:
Bulk_Assembly-CSharp_1.cpp:21899:9: assigning to 'RuntimeObject *' (aka 'Il2CppObject *') from incompatible type 'U3CDelayedFakeChatU3Ed__51_t8460B8A56468D8BC08EE7C35ACAE8A2C8ABDECBE'
any ideas? should it even work on il2cpp?
i am on unity 2018.4.2
The text was updated successfully, but these errors were encountered:
private async void DelayedFakeChat()
{
await new WaitForSeconds(1.0f);
_signalBus.Fire(...);
}
fails to build in an il2cpp build:
Bulk_Assembly-CSharp_1.cpp:21899:9: assigning to 'RuntimeObject *' (aka 'Il2CppObject *') from incompatible type 'U3CDelayedFakeChatU3Ed__51_t8460B8A56468D8BC08EE7C35ACAE8A2C8ABDECBE'
any ideas? should it even work on il2cpp?
i am on unity 2018.4.2
i build this project success on android il2cpp : 2019.2.3f1
this method in C#
fails to build in an il2cpp build:
any ideas? should it even work on il2cpp?
i am on unity
2018.4.2
The text was updated successfully, but these errors were encountered: