Updating project for 2019 and adding assembly definitions for dev

Plus minor 2019 fix for textpic
pull/413/head
Simon (darkside) Jackson 2019-08-14 11:10:38 +01:00
parent ccf9279626
commit 35995015bc
7 changed files with 74 additions and 1 deletions

View File

@ -0,0 +1,18 @@
{
"name": "unityuiextensions.editor",
"references": [
"GUID:343deaaf83e0cee4ca978e7df0b80d21",
"GUID:2bafac87e7f4b9b418d9448d219b01ab",
"GUID:823c070c567f2ad4084861fb6af005a7"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: c053729641303074282de705dbd4b1b8
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,14 @@
{
"name": "unityuiextensions.examples",
"references": [
"GUID:823c070c567f2ad4084861fb6af005a7"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 57c81f7dab5e78246ba6f1744e8ec715
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -98,6 +98,12 @@ namespace UnityEngine.UI.Extensions {
// Used for custom selection as a variable for other scripts
private bool selected = false;
public bool Selected
{
get { return selected; }
set { selected = value; }
}
// Positions of images for icon placement
private List<Vector2> positions = new List<Vector2>();

14
UnityUIExtensios.asmdef Normal file
View File

@ -0,0 +1,14 @@
{
"name": "unityuiextensions",
"references": [
"GUID:2bafac87e7f4b9b418d9448d219b01ab"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 823c070c567f2ad4084861fb6af005a7
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: