Skip to content

Commit 5054764

Browse files
committed
Layout for Unity Asset Package, and update Web3Api
- Re-layout whole project to group the assets into a format recommened for a Unity Asset Package. - Update .gitignore to ignoe Unity .meta files and Unity .log files. - Update Moralis.Web3Api AccountApi to integrate scheme correction that fixes the return type. - Update README to reflect the Web3Api changes and use of the Unity Asset Package.
1 parent 945f235 commit 5054764

File tree

1,784 files changed

+6612
-26091
lines changed

Some content is hidden

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

1,784 files changed

+6612
-26091
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
project.lock.json
44
.DS_Store
55
*.pyc
6+
*.log
7+
*.meta
8+
*.bak
69
nupkg/
710

811
# Visual Studio Code

Assembly-CSharp-Editor.csproj

Lines changed: 695 additions & 686 deletions
Large diffs are not rendered by default.

Assembly-CSharp.Player.csproj

Lines changed: 512 additions & 512 deletions
Large diffs are not rendered by default.

Assembly-CSharp.csproj

Lines changed: 977 additions & 963 deletions
Large diffs are not rendered by default.

Assets/3rdParty.meta

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

Assets/3rdParty/Lean.meta

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

Assets/3rdParty/Lean/Common.meta

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

Assets/3rdParty/Lean/Common/Documentation.meta

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

Assets/3rdParty/Lean/Common/Documentation/Documentation.html.meta

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

Assets/3rdParty/Lean/Common/Documentation/LeanGuide.cs.meta

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

0 commit comments

Comments
 (0)