Storyline+Dialog初步

This commit is contained in:
SoulliesOfficial
2026-07-05 16:08:23 -04:00
parent afa8a56e1d
commit d031afd075
464 changed files with 25716 additions and 4209 deletions

View File

@@ -0,0 +1,13 @@
using UnityEngine;
namespace SubAssetsToolbox
{
/// <summary>
/// Implement this interface in your ScriptableObjects, to make them compatible with the editor workflows of SubAssets Toolbox.
/// </summary>
public interface ISubAssetAware
{
public void AddSubAsset(Object newSubAsset);
public void RemoveSubAsset(Object removedSubAsset);
}
}

View File

@@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: c7022673594b440fb6065b51d03bd283
timeCreated: 1720126068
AssetOrigin:
serializedVersion: 1
productId: 284154
packageName: SubAssets Toolbox
packageVersion: 1.1.0
assetPath: Packages/io.continis.subassets/Runtime/ISubAssetAware.cs
uploadId: 869944

View File

@@ -0,0 +1,14 @@
{
"name": "SubAssetsToolbox.Runtime",
"rootNamespace": "SubAssetsToolbox",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 4fe8e68b5bc1841d0906774ad72212e0
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 284154
packageName: SubAssets Toolbox
packageVersion: 1.1.0
assetPath: Packages/io.continis.subassets/Runtime/SubAssetsToolbox.Runtime.asmdef
uploadId: 869944