Skip to content

Commit

Permalink
LYNC NFT Fetcher SDK Integrated
Browse files Browse the repository at this point in the history
  • Loading branch information
shanu12joshi committed Jul 25, 2023
1 parent cc717a2 commit 1190510
Show file tree
Hide file tree
Showing 195 changed files with 31,893 additions and 270 deletions.
2 changes: 1 addition & 1 deletion Assets/Scenes.meta → Assets/LYNC-NFT-Fetcher.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Assets/LYNC-NFT-Fetcher/DeletePrefs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class DeletePrefs : MonoBehaviour
{
private void Awake()
{
#if UNITY_EDITOR
if (PlayerPrefs.HasKey("WalletAddress"))
{
PlayerPrefs.DeleteKey("WalletAddress");
}
#endif
}
}
11 changes: 11 additions & 0 deletions Assets/LYNC-NFT-Fetcher/DeletePrefs.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/LYNC-NFT-Fetcher/LYNC-NFT-Fetcher.dll
Binary file not shown.
33 changes: 33 additions & 0 deletions Assets/LYNC-NFT-Fetcher/LYNC-NFT-Fetcher.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1190510

Please sign in to comment.