leandersonralves

Results 4 comments of leandersonralves

Hey folks, I uncheck JDK installed with Unity (recommended), use same path BUT change the last slash from \ to /, and worked. Seems that Unity Editor or Windows not...

Hi folks, until some seconds ago, I was fighting against this issue. But, I found a problem in my code. I was building a Metadata with a PNG cover data...

Sugestion: Line 4879 ``` e.canvasX = e.offsetX; e.canvasY = e.offsetY; ```

After more test, I suggest: Lines 2864 and 2865 `e.localX = e.offsetX;` `e.localY = e.offsetY;`