diff --git a/Assets/_Project/Scenes/UI/FT_UITest.unity b/Assets/_Project/Scenes/UI/FT_UITest.unity index 14e177d7..275b7ae9 100644 --- a/Assets/_Project/Scenes/UI/FT_UITest.unity +++ b/Assets/_Project/Scenes/UI/FT_UITest.unity @@ -38,12 +38,12 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: m_ObjectHideFlags: 0 - serializedVersion: 12 + serializedVersion: 13 + m_BakeOnSceneLoad: 0 m_GISettings: serializedVersion: 2 m_BounceScale: 1 @@ -830,13 +830,13 @@ MonoBehaviour: mVelocity: {x: 0, y: 0, z: 0} mDisplayGameDepthCamera: 1 mGameCamColor: {r: 1, g: 0, b: 0, a: 1} + mTargetTransform: {fileID: 0} mFollowing: 1 mPositionOffset: {x: 0, y: 2, z: -10} mDeltaTimeType: 0 mSmoothTrack: 1 mTargetPosition: {x: 0, y: 0, z: 0} mSetToPlayerPositionAtStart: 1 - mTargetTransform: {fileID: 0} mResetVelocityToZeroWhileNotActive: 0 mFrictionX: 0.6 mFrictionY: 0.6 @@ -2383,14 +2383,15 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: mDialogueSelection: -1 - mButtonText: {fileID: 0} + mItText: {fileID: 0} mButtonSelection: {fileID: 0} mAutoListener: 1 mDialogueIndex: -1 mInteractable: 1 mInteractColor: {r: 1, g: 1, b: 1, a: 1} mNotInteractColor: {r: 1, g: 1, b: 1, a: 0.5} - mDialogueObjects: [] + mTransforms: [] + mPanelRoots: [] mTweenPanels: - {fileID: 1967357512} mPlaySound: 1 @@ -2501,6 +2502,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: mObjectType: 1 + mMakeUnique: 0 + mColorProps: [] mEffect: 0 mPanelRoot: {fileID: 0} mEventTrigger: {fileID: 0} @@ -4024,14 +4027,15 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: mDialogueSelection: -1 - mButtonText: {fileID: 0} + mItText: {fileID: 0} mButtonSelection: {fileID: 0} mAutoListener: 1 mDialogueIndex: -1 mInteractable: 1 mInteractColor: {r: 1, g: 1, b: 1, a: 1} mNotInteractColor: {r: 1, g: 1, b: 1, a: 0.5} - mDialogueObjects: [] + mTransforms: [] + mPanelRoots: [] mTweenPanels: - {fileID: 1967357512} mPlaySound: 1 @@ -4148,6 +4152,7 @@ MonoBehaviour: mIncTime: 110 mDecTime: 109 mTimeDelta: 5 + mPaused: 0 mTargetTimeScale: 1 mPauseActions: [] mDefaultTimeScale: 1 @@ -4196,6 +4201,7 @@ MonoBehaviour: mMixDamageTextPool: {fileID: 0} mIGLogSystem: {fileID: 0} mDialogueSystem: {fileID: 0} + mSpriteTransparent: {fileID: 0} --- !u!114 &1667905745 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4408,8 +4414,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 4bbeb25e792087645b19e4cf30c3218a, type: 3} m_Name: m_EditorClassIdentifier: - mGamePause: 0 - mGameDoneInitialize: 0 + mDoneInitialize: 0 --- !u!114 &1667905753 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5222,6 +5227,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: mObjectType: 1 + mMakeUnique: 0 + mColorProps: [] mTestWithKey: 0 mTweenToAKey: 97 mTweenToA: {x: 0, y: 0, z: 0} @@ -5300,6 +5307,9 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 5e1d481050008994b9557a8d6eb2c8c8, type: 3} m_Name: m_EditorClassIdentifier: + mTestWithKey: 0 + mTweenToStart: 106 + mTweenToTarget: 107 mPanelRoot: {fileID: 0} mTweenInfos: [] --- !u!1 &2007693912 diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index e89a5b89..7da70255 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -907,7 +907,7 @@ PlayerSettings: gcWBarrierValidation: 0 apiCompatibilityLevelPerPlatform: Android: 3 - Standalone: 6 + Standalone: 3 editorAssembliesCompatibilityLevel: 2 m_RenderingPath: 1 m_MobileRenderingPath: 1 diff --git a/README.md b/README.md index 89b2f81a..778abb57 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ directory at the root of the project directory. These are libraries `JCSUnity` uses. Consider the usage, some plugins aren't necessary depend on the game your are making. -- [Newtonsoft Json](https://www.newtonsoft.com/json) (required) - Popular high-performance JSON framework for .NET. +- [Newtonsoft Json](https://www.newtonsoft.com/json) (required) - Popular high-performance JSON framework for .NET. (See [installation](https://discussions.unity.com/t/newtonsoft-json-package-missing-after-moving-project/879447/7)) - [MyBox](https://github.com/Deadcows/MyBox) (required) - is a set of attributes, tools and extensions for Unity - [Tweener](https://github.com/PeterVuorela/Tweener) (required) - Simpler and light weight tweener library. - [In-game Debug Console](https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068) (optional) - Easier debugging after built.