Hi all,I have had the same issue. And I think i know the root cause. Looks like it's happens then you have non "." (point) separator in your system for float numbers. For me it was "," (coma).So just set US locale setting. For plugin developers: Please dont use system separator. It happens inside of com.arm.mali.shaderdevelopmentstudio.callscript.Geometry. The java.util.Scanner throws java.util.InputMismatchException then trying to parse float number.Sorry for my English.