Skip to content

Commit

Permalink
Removed dependency to Unity's VisualScripting namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMurzak committed Feb 10, 2023
1 parent 37ceb69 commit 505254b
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 71 deletions.
1 change: 0 additions & 1 deletion Assets/_PackageRoot/Scripts/Utils/PlayerPrefsEx.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Unity.VisualScripting.YamlDotNet.Core.Tokens;

namespace Extensions.Unity.PlayerPrefsEx
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/_PackageRoot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "extensions.unity.playerprefsex",
"displayName": "PlayerPrefsEx",
"author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" },
"version": "1.0.1",
"version": "1.0.2",
"unity": "2018.3",
"description": "Lightweight package with optimized advanced version of PlayerPrefs. Under the hood it uses the same PlayerPrefs system, but creates flexible wrapper for default system.",
"dependencies": {
Expand Down
Loading

0 comments on commit 505254b

Please sign in to comment.