It would be useful if we had a simple method of converting various data types to byte array and vice versa. The BitConverter class has methods to do this, but the methods in that class aren't exposed to Udon. Having methods like GetBytes, ToSingle, etc. exposed would be helpful.