Skip to content

Commit b226893

Browse files
fix: targeted types
1 parent b652b1c commit b226893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Packages/deltaneverused.udonsharpprofiler/Runtime/PerfettoHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private static string PerfettoTrackEventTypeToString(this PerfettoTrackEventType
2929

3030
[DontUdonProfile]
3131
public static DataDictionary CreatePacket() {
32-
DataDictionary packet = new();
32+
DataDictionary packet = new DataDictionary();
3333
return packet;
3434
}
3535

Packages/deltaneverused.udonsharpprofiler/Samples/Profiler.prefab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ MonoBehaviour:
180180
PrefabModifications: []
181181
SerializationNodes: []
182182
_udonSharpBackingUdonBehaviour: {fileID: 4257191060463753583}
183-
recording: 1
183+
recording: 0
184184
--- !u!114 &4257191060463753583
185185
MonoBehaviour:
186186
m_ObjectHideFlags: 0

0 commit comments

Comments
 (0)