Cannot parse Int from String
complete
Lamp
Using the System Int32 Parse node will throw the error "InvalidCastException: Cannot cast from source type to destination type.
VRCNodeBase+Slot.GetValue[IFormatProvider] ()
SystemInt32ParseNode.Execute ()
OnInteractNode.Execute ()
OnInteractNodeBehaviour.Interact ()
InteractivePlayer.Update ()".
The InvalidCastException occurs with every node type that uses the IFormatProvider slot.
Log In
CubedParadox
updated the status to
complete
this is resolved by using implicit casting
Lamp
This has sorta been resolved in the 2018.07.10.16.03 update with adding nodes for each method signature, but still has some nodes with slots that cannot be left blank without throwing exceptions.