Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Automat committed May 25, 2024
1 parent e859a0d commit cf87951
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 9 deletions.
6 changes: 6 additions & 0 deletions Packages/tlp.udonprofiling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ The used pattern MAJOR.MINOR.PATCH indicates:

All notable changes to this project will be documented in this file.

### [2.0.2] - 2024-05-25

#### ⚙️ Miscellaneous Tasks

- Migrate to UdonUtils fix 8.1.0

### [2.0.1] - 2024-05-25

#### ⚙️ Miscellaneous Tasks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ MonoBehaviour:
Data: 23|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: TLP.UdonUtils.TlpBaseBehaviour, TLP.UdonUtils.Runtime
Data: TLP.UdonUtils.Runtime.TlpBaseBehaviour, TLP.UdonUtils.Runtime
- Name:
Entry: 8
Data:
Expand Down
2 changes: 1 addition & 1 deletion Packages/tlp.udonprofiling/Runtime/GlobalProfileHandler.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using TLP.UdonProfiling.Runtime.Ui;
using TLP.UdonUtils;
using TLP.UdonUtils.Runtime;
using UdonSharp;
using UnityEngine;
using VRC.SDKBase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ MonoBehaviour:
Data: 23|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: TLP.UdonUtils.TlpBaseBehaviour, TLP.UdonUtils.Runtime
Data: TLP.UdonUtils.Runtime.TlpBaseBehaviour, TLP.UdonUtils.Runtime
- Name:
Entry: 8
Data:
Expand Down
2 changes: 1 addition & 1 deletion Packages/tlp.udonprofiling/Runtime/GlobalProfileKickoff.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using JetBrains.Annotations;
using TLP.UdonUtils;
using TLP.UdonUtils.Runtime;
using TLP.UdonUtils.Runtime.Logger;
using UdonSharp;
using UnityEngine;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ MonoBehaviour:
Data: 23|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: TLP.UdonUtils.TlpBaseBehaviour, TLP.UdonUtils.Runtime
Data: TLP.UdonUtils.Runtime.TlpBaseBehaviour, TLP.UdonUtils.Runtime
- Name:
Entry: 8
Data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ MonoBehaviour:
Data: 23|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: TLP.UdonUtils.TlpBaseBehaviour, TLP.UdonUtils.Runtime
Data: TLP.UdonUtils.Runtime.TlpBaseBehaviour, TLP.UdonUtils.Runtime
- Name:
Entry: 8
Data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ MonoBehaviour:
Data: 23|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: TLP.UdonUtils.TlpBaseBehaviour, TLP.UdonUtils.Runtime
Data: TLP.UdonUtils.Runtime.TlpBaseBehaviour, TLP.UdonUtils.Runtime
- Name:
Entry: 8
Data:
Expand Down
4 changes: 2 additions & 2 deletions Packages/tlp.udonprofiling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tlp.udonprofiling",
"displayName": "TLP UdonProfiling",
"version": "2.0.1",
"version": "2.0.2",
"description": "Contains a simple ScreenSpace overlay for displaying Udon performance numbers.",
"gitDependencies": {},
"legacyFolders": {},
Expand All @@ -12,7 +12,7 @@
"vpmDependencies": {
"com.vrchat.worlds": "3.6.x",
"com.cyan.playerobjectpool": "1.1.x",
"tlp.udonutils": "8.0.x"
"tlp.udonutils": "8.1.x"
},
"unity": "2022.3"
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ The used pattern MAJOR.MINOR.PATCH indicates:

All notable changes to this project will be documented in this file.

### [2.0.2] - 2024-05-25

#### ⚙️ Miscellaneous Tasks

- Migrate to UdonUtils fix 8.1.0

### [2.0.1] - 2024-05-25

#### ⚙️ Miscellaneous Tasks
Expand Down

0 comments on commit cf87951

Please sign in to comment.