Finish setting up the basic album layout
This commit is contained in:
16
Assets/External/Book-Page Curl Pro/BookCurlPro.asmdef
vendored
Normal file
16
Assets/External/Book-Page Curl Pro/BookCurlPro.asmdef
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "NewAssembly",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:75469ad4d38634e559750d17036d5f7c"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
7
Assets/External/Book-Page Curl Pro/BookCurlPro.asmdef.meta
vendored
Normal file
7
Assets/External/Book-Page Curl Pro/BookCurlPro.asmdef.meta
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 01e2ec214c3a77746b63e6bed18fb3f5
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
18
Assets/External/Book-Page Curl Pro/Editor/BookCurlProEditor.asmdef
vendored
Normal file
18
Assets/External/Book-Page Curl Pro/Editor/BookCurlProEditor.asmdef
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "BookCurlProEditor",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:01e2ec214c3a77746b63e6bed18fb3f5"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
7
Assets/External/Book-Page Curl Pro/Editor/BookCurlProEditor.asmdef.meta
vendored
Normal file
7
Assets/External/Book-Page Curl Pro/Editor/BookCurlProEditor.asmdef.meta
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ebbec1b2d3e78164aab82a7197b80c57
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -2,8 +2,7 @@
|
||||
using UnityEngine.UI;
|
||||
using UnityEditor;
|
||||
using UnityEditorInternal;
|
||||
using System;
|
||||
using BookCurlPro;
|
||||
|
||||
namespace BookCurlPro.BookEditor
|
||||
{
|
||||
[CustomEditor(typeof(BookPro))]
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
using UnityEngine.UI;
|
||||
using System.Collections;
|
||||
using System;
|
||||
#if ENABLE_INPUT_SYSTEM
|
||||
using UnityEngine.InputSystem;
|
||||
|
||||
Reference in New Issue
Block a user