Page 1 of 1

Importing 2.2.55 ? error

Posted: Thu Jun 26, 2025 11:45 pm
by lemonjolly_anna
Hello!

When I try to update the dialogue system to the latest, I get this error in editor (below).
Playing the game doesn't seem to throw any errors and the dialogue works as expected, but everytime I restart Unity it posts this error.

Unity version: 2022.3.54f1

Code: Select all

System.IO.DirectoryNotFoundException: Could not find a part of the path "D:\_UNITY_PROJECTS\lemonjolly-cyapoth\Assets\Plugins\Pixel Crushers\Common\checked.txt".
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00164] in <819cf46d02f74ba4ae2d757a73aa5ae9>:0 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <819cf46d02f74ba4ae2d757a73aa5ae9>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
  at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00055] in <819cf46d02f74ba4ae2d757a73aa5ae9>:0 
  at System.IO.StreamWriter..ctor (System.String path) [0x00008] in <819cf46d02f74ba4ae2d757a73aa5ae9>:0 
  at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string)
  at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00026] in <819cf46d02f74ba4ae2d757a73aa5ae9>:0 
  at PixelCrushers.CheckInputManagerSettings..cctor () [0x00019] in D:\_UNITY_PROJECTS\lemonjolly-cyapoth\Assets\_Other_Files\Plugins\Pixel Crushers\Common\Scripts\Editor\UI\CheckInputManagerSettings.cs:31 
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[])

Re: Importing 2.2.55 ? error

Posted: Fri Jun 27, 2025 8:37 am
by Tony Li
Hi,

Did you move the Dialogue System from its original location? If so, please use this patch:

PixelCrushers_InputDeviceManagerPatch_2025-06-27.unitypackage

(No need to move it back. The patch should handle it.)