Skip to content

Commit 1a05d35

Browse files
committed
Docs; mark installation
1 parent 79c5024 commit 1a05d35

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

Assets/_Project/Scenes/UI/FT_UITest.unity

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ RenderSettings:
3838
m_ReflectionIntensity: 1
3939
m_CustomReflection: {fileID: 0}
4040
m_Sun: {fileID: 0}
41-
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
4241
m_UseRadianceAmbientProbe: 0
4342
--- !u!157 &3
4443
LightmapSettings:
4544
m_ObjectHideFlags: 0
46-
serializedVersion: 12
45+
serializedVersion: 13
46+
m_BakeOnSceneLoad: 0
4747
m_GISettings:
4848
serializedVersion: 2
4949
m_BounceScale: 1
@@ -830,13 +830,13 @@ MonoBehaviour:
830830
mVelocity: {x: 0, y: 0, z: 0}
831831
mDisplayGameDepthCamera: 1
832832
mGameCamColor: {r: 1, g: 0, b: 0, a: 1}
833+
mTargetTransform: {fileID: 0}
833834
mFollowing: 1
834835
mPositionOffset: {x: 0, y: 2, z: -10}
835836
mDeltaTimeType: 0
836837
mSmoothTrack: 1
837838
mTargetPosition: {x: 0, y: 0, z: 0}
838839
mSetToPlayerPositionAtStart: 1
839-
mTargetTransform: {fileID: 0}
840840
mResetVelocityToZeroWhileNotActive: 0
841841
mFrictionX: 0.6
842842
mFrictionY: 0.6
@@ -2383,14 +2383,15 @@ MonoBehaviour:
23832383
m_Name:
23842384
m_EditorClassIdentifier:
23852385
mDialogueSelection: -1
2386-
mButtonText: {fileID: 0}
2386+
mItText: {fileID: 0}
23872387
mButtonSelection: {fileID: 0}
23882388
mAutoListener: 1
23892389
mDialogueIndex: -1
23902390
mInteractable: 1
23912391
mInteractColor: {r: 1, g: 1, b: 1, a: 1}
23922392
mNotInteractColor: {r: 1, g: 1, b: 1, a: 0.5}
2393-
mDialogueObjects: []
2393+
mTransforms: []
2394+
mPanelRoots: []
23942395
mTweenPanels:
23952396
- {fileID: 1967357512}
23962397
mPlaySound: 1
@@ -2501,6 +2502,8 @@ MonoBehaviour:
25012502
m_Name:
25022503
m_EditorClassIdentifier:
25032504
mObjectType: 1
2505+
mMakeUnique: 0
2506+
mColorProps: []
25042507
mEffect: 0
25052508
mPanelRoot: {fileID: 0}
25062509
mEventTrigger: {fileID: 0}
@@ -4024,14 +4027,15 @@ MonoBehaviour:
40244027
m_Name:
40254028
m_EditorClassIdentifier:
40264029
mDialogueSelection: -1
4027-
mButtonText: {fileID: 0}
4030+
mItText: {fileID: 0}
40284031
mButtonSelection: {fileID: 0}
40294032
mAutoListener: 1
40304033
mDialogueIndex: -1
40314034
mInteractable: 1
40324035
mInteractColor: {r: 1, g: 1, b: 1, a: 1}
40334036
mNotInteractColor: {r: 1, g: 1, b: 1, a: 0.5}
4034-
mDialogueObjects: []
4037+
mTransforms: []
4038+
mPanelRoots: []
40354039
mTweenPanels:
40364040
- {fileID: 1967357512}
40374041
mPlaySound: 1
@@ -4148,6 +4152,7 @@ MonoBehaviour:
41484152
mIncTime: 110
41494153
mDecTime: 109
41504154
mTimeDelta: 5
4155+
mPaused: 0
41514156
mTargetTimeScale: 1
41524157
mPauseActions: []
41534158
mDefaultTimeScale: 1
@@ -4196,6 +4201,7 @@ MonoBehaviour:
41964201
mMixDamageTextPool: {fileID: 0}
41974202
mIGLogSystem: {fileID: 0}
41984203
mDialogueSystem: {fileID: 0}
4204+
mSpriteTransparent: {fileID: 0}
41994205
--- !u!114 &1667905745
42004206
MonoBehaviour:
42014207
m_ObjectHideFlags: 0
@@ -4408,8 +4414,7 @@ MonoBehaviour:
44084414
m_Script: {fileID: 11500000, guid: 4bbeb25e792087645b19e4cf30c3218a, type: 3}
44094415
m_Name:
44104416
m_EditorClassIdentifier:
4411-
mGamePause: 0
4412-
mGameDoneInitialize: 0
4417+
mDoneInitialize: 0
44134418
--- !u!114 &1667905753
44144419
MonoBehaviour:
44154420
m_ObjectHideFlags: 0
@@ -5222,6 +5227,8 @@ MonoBehaviour:
52225227
m_Name:
52235228
m_EditorClassIdentifier:
52245229
mObjectType: 1
5230+
mMakeUnique: 0
5231+
mColorProps: []
52255232
mTestWithKey: 0
52265233
mTweenToAKey: 97
52275234
mTweenToA: {x: 0, y: 0, z: 0}
@@ -5300,6 +5307,9 @@ MonoBehaviour:
53005307
m_Script: {fileID: 11500000, guid: 5e1d481050008994b9557a8d6eb2c8c8, type: 3}
53015308
m_Name:
53025309
m_EditorClassIdentifier:
5310+
mTestWithKey: 0
5311+
mTweenToStart: 106
5312+
mTweenToTarget: 107
53035313
mPanelRoot: {fileID: 0}
53045314
mTweenInfos: []
53055315
--- !u!1 &2007693912

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ PlayerSettings:
907907
gcWBarrierValidation: 0
908908
apiCompatibilityLevelPerPlatform:
909909
Android: 3
910-
Standalone: 6
910+
Standalone: 3
911911
editorAssembliesCompatibilityLevel: 2
912912
m_RenderingPath: 1
913913
m_MobileRenderingPath: 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ directory at the root of the project directory.
6262
These are libraries `JCSUnity` uses. Consider the usage, some plugins aren't necessary
6363
depend on the game your are making.
6464

65-
- [Newtonsoft Json](https://www.newtonsoft.com/json) (required) - Popular high-performance JSON framework for .NET.
65+
- [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))
6666
- [MyBox](https://github.com/Deadcows/MyBox) (required) - is a set of attributes, tools and extensions for Unity
6767
- [Tweener](https://github.com/PeterVuorela/Tweener) (required) - Simpler and light weight tweener library.
6868
- [In-game Debug Console](https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068) (optional) - Easier debugging after built.

0 commit comments

Comments
 (0)