Skip to content

Commit

Permalink
Restructered plugin and addressed issue with building
Browse files Browse the repository at this point in the history
Reference: augustdominik#2
  • Loading branch information
Adamcbrz committed Sep 25, 2020
1 parent d9efb30 commit 27a0398
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 5 deletions.
File renamed without changes.
17 changes: 17 additions & 0 deletions Assets/SimpleMinMaxSlider/Editor/SimpleMinMaxSlider.Editor.asmdef
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
}

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

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

9 changes: 9 additions & 0 deletions Assets/SliderTest.cs
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;
}
11 changes: 11 additions & 0 deletions Assets/SliderTest.cs.meta

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

9 changes: 9 additions & 0 deletions Logs/Packages-Update.log
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"com.unity.collab-proxy": "1.2.16",
"com.unity.ext.nunit": "1.0.0",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.1.3",
"com.unity.test-framework": "1.1.9",
"com.unity.ide.vscode": "1.1.4",
"com.unity.test-framework": "1.1.13",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.9",
"com.unity.ugui": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
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)

0 comments on commit 27a0398

Please sign in to comment.