Qais Ammari
Results
2
issues of
Qais Ammari
I am using Newtonsoft.Json and when i patched the method and casting JToken object to integer its always return 1 code [Patch] void ConvertToInt(){ JToken num = 500; Debug.Log((int)num) //...