Skip to content

Commit

Permalink
Merge pull request #48 from brunomikoski/fix/unity-compability
Browse files Browse the repository at this point in the history
fix: remove DOTween package
  • Loading branch information
brunomikoski authored Jun 7, 2022
2 parents 2ff996f + c079a05 commit 355dccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
using DG.DOTweenEditor;
using DG.Tweening;
using UnityEditor;
using UnityEditor.Experimental.SceneManagement;
using UnityEditor.IMGUI.Controls;
using UnityEditor.SceneManagement;
using UnityEditorInternal;
using UnityEngine;

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
"name": "Bruno Mikoski",
"url": "https://www.brunomikoski.com"
},
"type": "library",
"dependencies": {
"com.demigiant.dotween": "1.2.632"
}
"type": "library"
}

0 comments on commit 355dccd

Please sign in to comment.