diff --git a/Editor/LTCGI_Controller.cs b/Editor/LTCGI_Controller.cs index affa12b..42e89b8 100644 --- a/Editor/LTCGI_Controller.cs +++ b/Editor/LTCGI_Controller.cs @@ -629,6 +629,9 @@ private Texture2D WriteStaticUniform(LTCGI_Screen[] screens, bool fast, LTCGI_Sc { var curscene = EditorSceneManager.GetActiveScene().name; var path = @"Assets\LTCGI-Generated\StaticUniform-" + curscene + ".exr"; +#if UNITY_EDITOR_LINUX + path = path.Replace("\\", "/"); +#endif if (staticUniformTemp == null) {