Skip to content

Commit 8c7118c

Browse files
committed
Remove Rotary, Update .NET, Fix Defs
1 parent 5337f5d commit 8c7118c

File tree

64 files changed

+74
-9786
lines changed

Some content is hidden

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

64 files changed

+74
-9786
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "Thirdweb.Editor",
3+
"rootNamespace": "",
4+
"references": [],
5+
"includePlatforms": [
6+
"Editor"
7+
],
8+
"excludePlatforms": [],
9+
"allowUnsafeCode": false,
10+
"overrideReferences": false,
11+
"precompiledReferences": [],
12+
"autoReferenced": true,
13+
"defineConstraints": [],
14+
"versionDefines": [],
15+
"noEngineReferences": false
16+
}

Assets/Thirdweb/Runtime/NET/Thirdweb.1.0.0/README.md.meta renamed to Assets/Thirdweb/Editor/Thirdweb.Editor.asmdef.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Thirdweb/Examples/Scenes/Scene_Playground.unity

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4809,7 +4809,7 @@ MonoBehaviour:
48094809
m_faceColor:
48104810
serializedVersion: 2
48114811
rgba: 4294967295
4812-
m_fontSize: 36
4812+
m_fontSize: 26
48134813
m_fontSizeBase: 36
48144814
m_fontWeight: 400
48154815
m_enableAutoSizing: 1
@@ -5305,7 +5305,7 @@ MonoBehaviour:
53055305
m_OnCullStateChanged:
53065306
m_PersistentCalls:
53075307
m_Calls: []
5308-
m_text: Facebook
5308+
m_text: Discord
53095309
m_isRightToLeft: 0
53105310
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
53115311
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
@@ -15025,7 +15025,7 @@ GameObject:
1502515025
- component: {fileID: 1806542416}
1502615026
- component: {fileID: 1806542415}
1502715027
m_Layer: 5
15028-
m_Name: Button_Facebook
15028+
m_Name: Button_Discord
1502915029
m_TagString: Untagged
1503015030
m_Icon: {fileID: 0}
1503115031
m_NavMeshLayer: 0

Assets/Thirdweb/Examples/Scripts/PlaygroundManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ private void InitializeInAppWalletPanel_Socials()
249249
panel.BackButton.onClick.RemoveAllListeners();
250250
panel.BackButton.onClick.AddListener(InitializeInAppWalletPanel);
251251

252-
// socials action 1 is google, 2 is apple 3 is facebook
252+
// socials action 1 is google, 2 is apple 3 is discord
253253

254254
panel.Action1Button.onClick.RemoveAllListeners();
255255
panel.Action1Button.onClick.AddListener(() =>
@@ -286,7 +286,7 @@ private void InitializeInAppWalletPanel_Socials()
286286
{
287287
try
288288
{
289-
var inAppWalletOptions = new InAppWalletOptions(authprovider: AuthProvider.Facebook);
289+
var inAppWalletOptions = new InAppWalletOptions(authprovider: AuthProvider.Discord);
290290
var options = new WalletOptions(provider: WalletProvider.InAppWallet, chainId: ActiveChainId, inAppWalletOptions: inAppWalletOptions);
291291
ConnectWallet(options);
292292
}

Assets/Thirdweb/Plugins/Rotary Heart.meta

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

Assets/Thirdweb/Plugins/Rotary Heart/SerializableDictionaryLite.meta

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

Assets/Thirdweb/Plugins/Rotary Heart/SerializableDictionaryLite/Documentation.pdf.meta

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

0 commit comments

Comments
 (0)