Unity exporting only one value to json?
I’m making a Unity Game with TikTokLive Unity library, it’s my first time using Dictionaries and Jsons in Unity so I might be doing something very wrong…. The whole code I will be sending below is included in the GiftRow class.
Unity exporting only one value to json?
I’m making a Unity Game with TikTokLive Unity library, it’s my first time using Dictionaries and Jsons in Unity so I might be doing something very wrong…. The whole code I will be sending below is included in the GiftRow class.
Unity exporting only one value to json?
I’m making a Unity Game with TikTokLive Unity library, it’s my first time using Dictionaries and Jsons in Unity so I might be doing something very wrong…. The whole code I will be sending below is included in the GiftRow class.
Unity exporting only one value to json?
I’m making a Unity Game with TikTokLive Unity library, it’s my first time using Dictionaries and Jsons in Unity so I might be doing something very wrong…. The whole code I will be sending below is included in the GiftRow class.
Unity exporting only one value to json?
I’m making a Unity Game with TikTokLive Unity library, it’s my first time using Dictionaries and Jsons in Unity so I might be doing something very wrong…. The whole code I will be sending below is included in the GiftRow class.
Trying to create a json file to store some data but when trying to acces it : NullReferenceException
I’m working on a rubiks cube algorithm trainer project on unity and I’m trying to create json files to store different collections of algorithms.
When I create the file i immediatly try to update my collections but I then get a NullReferenceException.
Can’t parse a JSON string in Unity
I am using Unity to make a game and I want to parse a JSON formatted string. I am using JsonUtility. The problem is that it doesn’t print anything. Here is my code: