Finish setting up the basic album layout

This commit is contained in:
Michal Pikulski
2025-11-06 01:25:13 +01:00
parent 50c0a12391
commit b17ba7bd98
24 changed files with 4838 additions and 1829 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "NewAssembly",
"rootNamespace": "",
"references": [
"GUID:75469ad4d38634e559750d17036d5f7c"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

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

View 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
}

View File

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

View File

@@ -2,8 +2,7 @@
using UnityEngine.UI;
using UnityEditor;
using UnityEditorInternal;
using System;
using BookCurlPro;
namespace BookCurlPro.BookEditor
{
[CustomEditor(typeof(BookPro))]

View File

@@ -1,7 +1,6 @@
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.UI;
using System.Collections;
using System;
#if ENABLE_INPUT_SYSTEM
using UnityEngine.InputSystem;