Some scripts are not compilable under Universal Windows Platform / IL2CPP mode

Issue #52 resolved
Vaclav Lipert created an issue

I attached patch which should fix it

Comments (7)

  1. Christian Oeing repo owner

    Hey Vaclav, Thanks a lot for the report and the patch! I will check it and include it in the next version :)

  2. Vaclav Lipert reporter

    Maybe using

    #if NETFX_CORE
    

    instead of

    #if !UNITY_EDITOR && UNITY_METRO && !ENABLE_IL2CPP
    

    would be even better :)

  3. Log in to comment