Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this fails on il2cpp builds #15

Open
extrawurst opened this issue Jun 15, 2019 · 1 comment
Open

this fails on il2cpp builds #15

extrawurst opened this issue Jun 15, 2019 · 1 comment

Comments

@extrawurst
Copy link

this method in C#

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

@chiuan
Copy link

chiuan commented Sep 17, 2019

this method in C#

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants