Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody4618 committed Oct 23, 2022
2 parents 7804eef + 0b5814f commit 8032721
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,33 @@ An example project to show how to use Phantom deeplinks to login and use Solana

Follow me on Twitter for more frequent updates: @SolPlay_jonas

To use it in your game just include:
https://github.com/Woody4618/Solana.Unity-SDK.git
in your unity packages
1) To use it in your game just include:
https://github.com/Woody4618/Solana.Unity-SDK.git (maybe a few commits ahead or behind the garbles SDK)
or
https://github.com/garbles-labs/Solana.Unity-SDK.git
in your unity package manager.

Check out the tutorial series for an introduction:
https://www.youtube.com/channel/UC517QSv61gMaABWIJ412_Lw/videos
2) Import this unity package
[SolPlay_0_3_alpha.unitypackage.zip](https://github.com/Woody4618/SolanaUnityDeeplinkExample/files/9846922/SolPlay_0_3_alpha.unitypackage.zip)
and add: https://github.com/JohannesDeml/unity-ui-extensions.git
in the package manager

Here is a Video which explains the process step by step:
[https://www.youtube.com/channel/UC517QSv61gMaABWIJ412_Lw/videos](https://youtu.be/mS5Fx_yzcHw)


If you want to participate, it's very welcome.


Packages used:

Epic Toon FX:
https://assetstore.unity.com/packages/vfx/particles/epic-toon-fx-57772

Lunar console (Get the pro version here:
https://github.com/SpaceMadness/lunar-unity-console
Pro Version: https://assetstore.unity.com/packages/tools/gui/lunar-mobile-console-pro-43800

Garbels unity solana sdk. Check out their awesome game as well! Vr Pokemon!
https://github.com/garbles-dev/Solana.Unity/tree/master/src

Expand All @@ -31,6 +45,9 @@ https://github.com/3DI70R/Unity-GifDecoder
Flappy Bird Game:
https://github.com/diegolrs/Flappy-Bird

Unity Ui Extensions:
https://github.com/JohannesDeml/unity-ui-extensions.git

So far the repository is only tested in IOS mobile, Android and WebGL.

Done:
Expand All @@ -47,13 +64,14 @@ Done:
- Smart contract interaction
- Token swap using Orca WhirlPools
- Minting NFTs using metaplex (Without candy machine)
- Minting NFTs (from candy machine V2)

Next up Todo:

- Animated Gifs
- Gtlf models
- Minting NFTs (from candy machine V2 with white list tokens)
- Maybe Staking?
- Minting NFTs (from candy machine V2)
- What else would you like?


Expand Down

0 comments on commit 8032721

Please sign in to comment.