Recent content by JordanSebastian

  1. J

    ArgumentOutOfRange Exception Non-negative number required

    Switching to JSON did the trick. Is there any downside to being in JSON serialization mode vs binary? Performance? I imagine parsing the binary version is faster. Additionally, when I swtich to JSON and then back to binary, the issue re-emerges. It seems JSON serialization is the only method...
  2. J

    ArgumentOutOfRange Exception Non-negative number required

    Hey, This is a weird one. It seems to be coming from Behavior tree's serializer. I keep getting the exception "ArgumentOutOfRange: Non-negative number required" See: ArgumentOutOfRangeException: Non-negative number required. Parameter name: count System.Text.UTF8Encoding.GetString...
Top