Newtonsoft.Json works in Unity Editor but not on mobile devices
问题 I am programming a game of questions and answers by categories in Unity. The categories are obtained through a PHP script that returns a JSON text, * when I use this solution in the UnityEditor it works correctly, but when I install the .apk on my mobile device, deserialization does not work* . The connection to the mysql database and the PHP scripts work correctly because before I log in and it works fine string json = [ { "id_cat":"1", "nombre_cat":"DAM", "id_cat_padre":"0" }, { "id_cat":"4