Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.0.2 #4

Merged
merged 8 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[submodule "BetterInternalCore"]
path = Assets/BetterInternalCore
url = [email protected]:techno-dwarf-works/better-internal-core.git
branch = upm
[submodule "BetterCommons"]
path = Assets/BetterCommons
url = [email protected]:techno-dwarf-works/better-commons.git
branch = upm
[submodule "BetterLocators"]
path = Assets/BetterLocators
url = [email protected]:techno-dwarf-works/better-locators.git
branch = upm
[submodule "BetterAttributes"]
path = Assets/BetterAttributes
url = [email protected]:techno-dwarf-works/better-attributes.git
branch = upm
[submodule "BetterConditions"]
path = Assets/BetterConditions
url = [email protected]:techno-dwarf-works/better-conditions.git
branch = upm
[submodule "BetterTweens"]
path = Assets/BetterTweens
url = [email protected]:techno-dwarf-works/better-tweens.git
branch = upm
[submodule "BetterStateMachine"]
path = Assets/BetterStateMachine
url = [email protected]:techno-dwarf-works/better-state-machine.git
branch = upm
[submodule "BetterSingletons"]
path = Assets/BetterSingletons
url = [email protected]:techno-dwarf-works/better-singletons.git
branch = upm
[submodule "BetterProjectSettings"]
path = Assets/BetterProjectSettings
url = [email protected]:techno-dwarf-works/better-project-settings.git
branch = upm
8 changes: 8 additions & 0 deletions Assets/Better/Tweens.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Better/Tweens/Resources.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions Assets/Better/Tweens/Resources/TweensSettings.asset

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Better/Tweens/Resources/TweensSettings.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion Assets/Better/UIProcessor/Resources/UIProcessorSettings.asset

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterAttributes
Submodule BetterAttributes added at 6bd91b
8 changes: 8 additions & 0 deletions Assets/BetterAttributes.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterCommons
Submodule BetterCommons added at 2a0f16
8 changes: 8 additions & 0 deletions Assets/BetterCommons.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterConditions
Submodule BetterConditions added at a05d14
8 changes: 8 additions & 0 deletions Assets/BetterConditions.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterInternalCore
Submodule BetterInternalCore added at dd654e
8 changes: 8 additions & 0 deletions Assets/BetterInternalCore.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterLocators
Submodule BetterLocators added at cc2d24
8 changes: 8 additions & 0 deletions Assets/BetterLocators.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterProjectSettings
Submodule BetterProjectSettings added at 42a481
8 changes: 8 additions & 0 deletions Assets/BetterProjectSettings.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterSingletons
Submodule BetterSingletons added at 7e1c95
8 changes: 8 additions & 0 deletions Assets/BetterSingletons.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterStateMachine
Submodule BetterStateMachine added at d029d3
8 changes: 8 additions & 0 deletions Assets/BetterStateMachine.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/BetterTweens
Submodule BetterTweens added at bda807
8 changes: 8 additions & 0 deletions Assets/BetterTweens.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"GUID:1862b35041b066d42ab4d3caf773657b",
"GUID:d103b3c6d6cb0564d8d6543e9d797878",
"GUID:af7fffdf1d83bc842b0f6e3a01efda16",
"GUID:35101f455c979e94c9a0a4793484b7fd"
"GUID:35101f455c979e94c9a0a4793484b7fd",
"GUID:d93d03cfdadede7468b389b1aac7ee67"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand All @@ -17,6 +18,12 @@
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"versionDefines": [
{
"name": "com.tdw.better.tweens",
"expression": "0.0.5",
"define": "BETTER_TWEENS"
}
],
"noEngineReferences": false
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using Better.Attributes.Runtime.Select;
using UnityEngine;

Expand All @@ -18,9 +18,11 @@ protected override TValue OverridenValue

public ImplementationOverridable()
{

}

public ImplementationOverridable(TValue overridenValue)

{
_overridenValue = overridenValue;
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using UnityEngine;

namespace Better.Tweens.Runtime.Data
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/BetterUIProcessor/Runtime/Data/SettingsData.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using Better.Attributes.Runtime.Select;
using Better.Commons.Runtime.Interfaces;
using Better.Commons.Runtime.Utility;
Expand All @@ -17,7 +17,7 @@ public class SettingsData : ICopyable<SettingsData>

public SettingsData()
{
_defaultSequence = new GradualDefaultSequence();
_defaultSequence = new GradualSequence();
}

public void SetDefaultSequence(Sequence value)
Expand Down
14 changes: 11 additions & 3 deletions Assets/BetterUIProcessor/Runtime/Data/SettingsData.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading