ARjs_Unity icon indicating copy to clipboard operation
ARjs_Unity copied to clipboard

Compilation is exchanging the dots for commas

Open danilloalvis opened this issue 5 years ago • 0 comments

I created an example that renders a cube in a bar code, but when compiled the cube completely filled the bar code, when I went to see the code I noticed that the decimal sizes were commas and not with dots, I made the change manually and the cube positioned itself in the right place

` <a-box src="" id="Cube_0" class="intersectable" width="0,02" height="0,02" depth="0,02" position="-0,373 0,1437 -0,362" rotation="0 0 0" color="#FFFFFF" transparent=False

`
  • ARjs_Unity: V2.0
  • AR.js: V1.7.7
  • Unity: 2018.3.14f1

System

  • MacOS Hight Sierra: V10.13.6
  • Region: Brazil
  • Linguagem: Portuguese - Brazil

danilloalvis avatar Aug 08 '19 11:08 danilloalvis