Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Editor/LTCGI_Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down