Arcweave variable and character errors on import
Posted: Thu May 04, 2023 7:11 pm
Hi Tony,
Arcweave JSON imports have stopped identifying characters.
I've also been getting this error with Variables, but if I skip AddVariables() in your import it still doesn't allocate characters -
This is happening with 2.2.34 and 2.2.36. I recently updated to Unity 2021.3.24f1 and found that suddenly I had to reimport Json.NET which was weird.
I've been using your original "Speaker:Name" system (working wonderfully!), so while debugging this in 2.2.36 I tried the new character component instead, and that worked for one of the three characters? Something fishy is going on.
Any idea what this could be?
Pete.
Arcweave JSON imports have stopped identifying characters.
I've also been getting this error with Variables, but if I skip AddVariables() in your import it still doesn't allocate characters -
Code: Select all
NullReferenceException: Object reference not set to an instance of an object
PixelCrushers.DialogueSystem.ArcweaveSupport.ArcweaveImporter.AddVariables () (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveImporter.cs:453)
I've been using your original "Speaker:Name" system (working wonderfully!), so while debugging this in 2.2.36 I tried the new character component instead, and that worked for one of the three characters? Something fishy is going on.
Any idea what this could be?
Pete.