Skip to content

Commit f1b6b66

Browse files
Merge pull request #18 from Web3Auth/refactor
Refactor: Convert from AActor to UGameInstanceSubsystem
2 parents 03a3d08 + c18f5e0 commit f1b6b66

File tree

54 files changed

+121
-219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+121
-219
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ DerivedDataCache/*
7575
/Config/HoloLens
7676

7777
# MAC
78-
.DS_Store
78+
**/*.DS_Store

.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"ratio": "cpp",
1313
"system_error": "cpp",
1414
"tuple": "cpp",
15-
"vector": "cpp"
15+
"vector": "cpp",
16+
"__locale": "cpp",
17+
"__threading_support": "cpp",
18+
"string": "cpp",
19+
"string_view": "cpp",
20+
"variant": "cpp",
21+
"__config": "cpp",
22+
"array": "cpp"
1623
}
1724
}

Config/DefaultEngine.ini

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22

33
[/Script/EngineSettings.GameMapsSettings]
4-
GameDefaultMap=/Web3AuthSDK/Sample.Sample
5-
EditorStartupMap=/Web3AuthSDK/Sample.Sample
4+
GameDefaultMap=/Game/Example.Example
5+
EditorStartupMap=/Game/Example.Example
6+
GlobalDefaultGameMode=/Game/BaseGameMode.BaseGameMode_C
67

78
[/Script/HardwareTargeting.HardwareTargetingSettings]
89
TargetedHardwareClass=Desktop
@@ -75,3 +76,9 @@ AdditionalPlistData=<key>CFBundleURLTypes</key><array> <dict> <key>CFB
7576
[/Script/UnrealEd.CookerSettings]
7677
bCookOnTheFlyForLaunchOn=False
7778

79+
[/Web3AuthSDK/AuthInterface.AuthInterface_C]
80+
Web3AuthOptionsClientId=BAwFgL-r7wzQKmtcdiz2uHJKNZdK7gzEf2q-m55xfzSZOw8jLOyIi4AVvvzaEQO5nv2dFLEmf9LBkF8kaq3aErg
81+
Web3AuthOptionsRedirectUrl=torusapp://com.torus.Web3AuthUnity/auth
82+
Web3AuthOptionsSdkUrl=https://sdk.openlogin.com
83+
Web3AuthOptionsNetwork=MAINNET
84+

Content/BaseGameMode.uasset

19.2 KB
Binary file not shown.

Content/Example.umap

9.76 KB
Binary file not shown.

Content/Player.uasset

23.6 KB
Binary file not shown.

Plugins/.DS_Store

-6 KB
Binary file not shown.

Plugins/Web3AuthSDK/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)