forked from augustdominik/SimpleMinMaxSlider
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructered plugin and addressed issue with building
Reference: augustdominik#2
- Loading branch information
Showing
15 changed files
with
58 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions
17
Assets/SimpleMinMaxSlider/Editor/SimpleMinMaxSlider.Editor.asmdef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "SimpleMinMaxSlider.Editor", | ||
"references": [ | ||
"GUID:4099e5319e98558428028d54bc62664e" | ||
], | ||
"includePlatforms": [ | ||
"Editor" | ||
], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [], | ||
"versionDefines": [], | ||
"noEngineReferences": false | ||
} |
7 changes: 7 additions & 0 deletions
7
Assets/SimpleMinMaxSlider/Editor/SimpleMinMaxSlider.Editor.asmdef.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Assets/SimpleMinMaxSlider/Scripts.meta → Assets/SimpleMinMaxSlider/Runtime.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using System.Collections; | ||
using System.Collections.Generic; | ||
using UnityEngine; | ||
using GD.MinMaxSlider; | ||
public class SliderTest : MonoBehaviour | ||
{ | ||
[MinMaxSlider(0, 100)] | ||
public Vector2 slider; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,12 @@ The following packages were updated: | |
com.unity.timeline from version 1.1.0 to 1.2.9 | ||
The following packages were removed: | ||
[email protected] | ||
|
||
=== Fri Sep 25 09:32:24 2020 | ||
|
||
Packages were changed. | ||
Update Mode: updateDependencies | ||
|
||
The following packages were updated: | ||
com.unity.ide.vscode from version 1.1.3 to 1.1.4 | ||
com.unity.test-framework from version 1.1.9 to 1.1.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
m_EditorVersion: 2019.3.0f5 | ||
m_EditorVersionWithRevision: 2019.3.0f5 (44796c9d3c2c) | ||
m_EditorVersion: 2019.3.10f1 | ||
m_EditorVersionWithRevision: 2019.3.10f1 (5968d7f82152) |