Search Unity

Can no longer compile IL2CPP (com.unity.properties)

Discussion in 'Entity Component System' started by tertle, Aug 7, 2019.

  1. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,759
    I'm not exactly sure if this is a 2019.3a11 issue or a com.unity.properties package issue since I updated from a10->a11 and entities package (0.1.1 which has dependency on properties) a day apart without trying an IL2CPP build (a11 missing win standalone IL2CPP for some reason.)

    But anyway, I can no longer compile to android (IL2CPP).

    Short version

    Long version

    My link.xml, still has everything even though supposedly it's not required in 19.3 for systems (haven't got around to testing), including the properties package.

     
    Last edited: Aug 7, 2019
  2. rz_0lento

    rz_0lento

    Joined:
    Oct 8, 2013
    Posts:
    2,361
  3. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,759
    That's super useful to know cheers.

    -edit-

    well now i can confirm I also can't compile windows il2cpp either, same error.
     
    Last edited: Aug 7, 2019
    rz_0lento likes this.
  4. rz_0lento

    rz_0lento

    Joined:
    Oct 8, 2013
    Posts:
    2,361
    I just tried this on my own project and yes, it's the same error here too.
     
  5. thelebaron

    thelebaron

    Joined:
    Jun 2, 2013
    Posts:
    857
    Slightly tangent but I couldnt find any notes on the Linker changes for the 19.3 alpha, is there a link explaining this?
     
  6. rz_0lento

    rz_0lento

    Joined:
    Oct 8, 2013
    Posts:
    2,361
    I actually tried to find the source for that myself too, but I remember reading that you shouldn't need link.xml for some DOTS packages anymore like since a10 or a11.