Expose % operator for uint in udon sharp
camegone
Neither
uint % int
nor uint % uint
is not allowed in udon sharp, causing “Method not Exposed” error.It’s weird to see this error while
int % int
is allowed and easily can be mimicking the behaviour using integer division. Why are you restricting it?Log In