Skip to content

Commit 573bac8

Browse files
Fix RealtimeCSG Tutorial URL
1 parent 5d13d96 commit 573bac8

File tree

4 files changed

+1
-130
lines changed

4 files changed

+1
-130
lines changed

Assets/Gizmos/Cinemachine.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.
-64.6 KB
Binary file not shown.

Assets/Gizmos/Cinemachine/cm_logo_lg.png.meta

Lines changed: 0 additions & 121 deletions
This file was deleted.

Assets/HelloMarioFramework/Script/Utility/Editor/HMFUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private static void OpenProjectDirectory()
4444
[MenuItem("Hello Mario Framework/Realtime-CSG Tutorial", false, 20)]
4545
private static void RealtimeCSGTutorial()
4646
{
47-
Application.OpenURL("https://realtimecsg.com/#lightning-fast-level-design--prototyping-tool");
47+
Application.OpenURL("https://logicalerror.github.io/realtime-csg/");
4848
}
4949

5050
[MenuItem("Hello Mario Framework/Hello Mario Framework Website", false, 21)]

0 commit comments

Comments
 (0)