Results using Defold 1.2.179:
I can build the app for android with specified #version 300 es
without issues, but got the error building on Mac (I tried with and without es
attribute)
WARNING:GRAPHICS: ERROR: 0:1: ‘’ : version ‘300’ is not supported
WARNING:RESOURCE: Unable to create resource: /assets/materials/shadow.vpc: FORMAT_ERROR
WARNING:RESOURCE: Unable to create resource: /assets/materials/shadow.materialc: FORMAT_ERROR
WARNING:RESOURCE: Unable to create resource: /main/render.renderc: OUT_OF_RESOURCES
ERROR:ENGINE: Unable to load bootstrap data.
If I remove the version, I got an error regarding syntax
WARNING:GRAPHICS: ERROR: 0:1: Invalid storage qualifiers 'in' in global variable context
ERROR: 0:8: Use of undeclared identifier 'position'