Insanely huge initial commit

This commit is contained in:
2026-02-21 16:40:15 -08:00
parent 208d626100
commit f74c547a13
33825 changed files with 5213498 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using UnityEngine;
namespace Febucci.UI.Core
{
/// <summary>
/// Scriptable Object that contains Appearances data that can be shared among multiple TextAnimator components.
/// - Manual: <see href="https://www.febucci.com/text-animator-unity/docs/how-to-add-effects-to-your-texts/#shared-built-in-values">Shared built-in values.</see><br/>
/// </summary>
[System.Serializable]
[CreateAssetMenu(fileName = "Built-in Appearances values", menuName = "TextAnimator/Create Built-in Appearances values")]
public class BuiltinAppearancesDataScriptable : BuiltinDataScriptableBase<AppearanceDefaultValues.Defaults>
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 660a23572952a6e43b0cd44370bef593
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,15 @@
using UnityEngine;
namespace Febucci.UI.Core
{
/// <summary>
/// Scriptable Object that contains Behaviors data that can be shared among multiple TextAnimator components.
/// - Manual: <see href="https://www.febucci.com/text-animator-unity/docs/how-to-add-effects-to-your-texts/#shared-built-in-values">Shared built-in values.</see><br/>
/// </summary>
[System.Serializable]
[CreateAssetMenu(fileName = "Built-in Behaviors values", menuName = "TextAnimator/Create Built-in Behaviors values")]
public class BuiltinBehaviorsDataScriptable : BuiltinDataScriptableBase<BehaviorDefaultValues.Defaults>
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 9eb96830fbb172e4aadd6f4432155bdc
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
using UnityEngine;
namespace Febucci.UI.Core
{
public class BuiltinDataScriptableBase<T> : ScriptableObject where T : new()
{
[SerializeField] public T effectValues = new T();
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 88eeafef5d6cac54a98e562c1a91fc9f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: