コード例 #1
0
 private void GenerateAndSetSequence(string jsonKey, string publicationKey)
 {
     try
     {
         Sequence seq = SequenceGenerator.createSimplyDialog(jsonKey, jsonObj);
         computer.AddPublicationCommentSequence(publicationKey, seq);
     } catch (Exception e)
     {
         Debug.LogError("Error in " + jsonFile.name + " file. The error is: " + e.Message);
     }
 }