I just updated xcode from 6.3 to 6.4 which then forced me to update my device from iOS 8.3 to 8.4 to even build unity anymore projects anymore.
Then TNet stopped being able to send CodeStage.AntiCheat.ObscuredTypes.ObscuredInt
Wait there is more, if it was 0 it sent a null which barfed right away so I tried sending 1
which sent but complained about the mismatched parameters.
OK so I changed to int and it all works BUT I would like to be able to send CodeStage.AntiCheat.ObscuredTypes.ObscuredInt
again as I was doing for the past year!
[TNet] Failed to call TNO # RFC # on Script: failed to convert parameters
Expected args: CodeStage.AntiCheat.ObscuredTypes.ObscuredInt
Received args: System.Int32