Skip to content

Commit a98137f

Browse files
committed
update 1.0
1 parent 09ca111 commit a98137f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Editor/ProfilerShaderCompileWatcher.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public List<ShaderCompileInfo> allCompileInProfiler
104104
}
105105
}
106106
}
107+
m_isDirty = false;
107108
}
108109
return m_allFrameBuffer;
109110
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.utj.profilermodule.shadercompile",
33
"displayName": "ProfilerModuleForShaderCompile",
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"unity": "2021.2",
66
"description": "This package provide profiler module for detect shader compile.",
77
"keywords": [

0 commit comments

Comments
 (0)