Can't cast 16 or 64 bit Integers to float
interested
Squid
Shorts and Longs cannot be used in modules that ask for a Float as a parameter, but the regular 32 bit integer works.
Log In
CubedParadox
interested
Currently primitive types cannot be implicitly cast, and have to be explicitly converted with a node in new udon.
This todo will be completed when I've re-added implicit casts for prim types.