Skip to content

Commit

Permalink
Upload missing Packages folders
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Sep 20, 2024
1 parent cfb0a18 commit 0705d3b
Show file tree
Hide file tree
Showing 7 changed files with 1,189 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ PublishScripts/
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
Expand Down
61 changes: 61 additions & 0 deletions playground/Reown.Playground.Unity/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"dependencies": {
"com.nethereum.unity": "4.19.2",
"com.reown.appkit.unity": "file:./../../../src/Reown.AppKit.Unity",
"com.reown.core": "file:./../../../src/Reown.Core",
"com.reown.core.common": "file:./../../../src/Reown.Core.Common",
"com.reown.core.crypto": "file:./../../../src/Reown.Core.Crypto",
"com.reown.core.network": "file:./../../../src/Reown.Core.Network",
"com.reown.core.storage": "file:./../../../src/Reown.Core.Storage",
"com.reown.sign": "file:./../../../src/Reown.Sign",
"com.reown.sign.nethereum": "file:./../../../src/Reown.Sign.Nethereum",
"com.reown.sign.nethereum.unity": "file:./../../../src/Reown.Sign.Nethereum.Unity",
"com.reown.sign.unity": "file:./../../../src/Reown.Sign.Unity",
"com.reown.unity.dependencies": "file:./../../../src/Reown.Unity.Dependencies",
"com.unity.feature.development": "1.0.1",
"com.unity.mobile.android-logcat": "1.4.3",
"com.unity.textmeshpro": "3.0.9",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.9.4",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.screencapture": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.terrainphysics": "1.0.0",
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.umbra": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.modules.vehicles": "1.0.0",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.nethereum.unity"
]
}
]
}
Loading

0 comments on commit 0705d3b

Please sign in to comment.