Skip to content

Commit cf85ddf

Browse files
committed
fix: Correct DemoSceneCreator save path and remove duplicate scene
- Scene now saves to Samples/CasperWalletDemo/CasperWalletDemo.unity - Removed old duplicate from Samples/ root - Ensures correct scene is deployed to UPM package
1 parent b883f22 commit cf85ddf

3 files changed

Lines changed: 1 addition & 5845 deletions

File tree

Assets/CasperSDK/Editor/DemoSceneCreator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static void CreateDemoScene()
6161
CreateDemoController(canvasGO);
6262

6363
// Save scene
64-
var scenePath = "Assets/CasperSDK/Samples/CasperWalletDemo.unity";
64+
var scenePath = "Assets/CasperSDK/Samples/CasperWalletDemo/CasperWalletDemo.unity";
6565
EditorSceneManager.SaveScene(scene, scenePath);
6666

6767
Debug.Log($"[CasperSDK] Demo scene created at: {scenePath}");

0 commit comments

Comments
 (0)