After collecting the text, the ID remains unchanged and is labeled -1.
This was true even though I included EditorUtility.SetDirty(this); in the SetTranslationID function.
So, after assigning a translation to the text, I substituted the ID of that…
https://imgur.com/a/7IqoXg2
Let me explain what happened to the program after the modification.
First of all, the IDs in the CSV file now start at 0 instead of -1.
Also, I was getting the same error for hover, item, except for speech (but I'm not …
Thank you as always for your support and response.
Sadly, despite incorporating your suggestions, the issue has not been resolved. Could you please take another look at my code?
using AC;
using System;
using System.Collections;
using System.Collec…
First of all, thank you for your answer, kind people like you always help newbie programmers!
I've tried rewriting the code as you said, but I'm having the same problem. The interesting point is that the ID of the CSV file starts at -1.
public boo…