Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6ed8d4c

Browse files
committed
feat: game 설정
1 parent 060a87e commit 6ed8d4c

19 files changed

+3930
-2484
lines changed

‎Assets/App/Scenes/MainSence.unity‎

Lines changed: 993 additions & 0 deletions
Large diffs are not rendered by default.

‎Assets/App/Scenes/StartSence.unity‎

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ GameObject:
532532
- component: {fileID: 657840718}
533533
- component: {fileID: 657840717}
534534
- component: {fileID: 657840716}
535+
- component: {fileID: 657840719}
535536
m_Layer: 0
536537
m_Name: Main Camera
537538
m_TagString: MainCamera
@@ -613,6 +614,50 @@ Transform:
613614
m_Children: []
614615
m_Father: {fileID: 0}
615616
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
617+
--- !u!114 &657840719
618+
MonoBehaviour:
619+
m_ObjectHideFlags: 0
620+
m_CorrespondingSourceObject: {fileID: 0}
621+
m_PrefabInstance: {fileID: 0}
622+
m_PrefabAsset: {fileID: 0}
623+
m_GameObject: {fileID: 657840715}
624+
m_Enabled: 1
625+
m_EditorHideFlags: 0
626+
m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
627+
m_Name:
628+
m_EditorClassIdentifier:
629+
m_RenderShadows: 1
630+
m_RequiresDepthTextureOption: 2
631+
m_RequiresOpaqueTextureOption: 2
632+
m_CameraType: 0
633+
m_Cameras: []
634+
m_RendererIndex: -1
635+
m_VolumeLayerMask:
636+
serializedVersion: 2
637+
m_Bits: 1
638+
m_VolumeTrigger: {fileID: 0}
639+
m_VolumeFrameworkUpdateModeOption: 2
640+
m_RenderPostProcessing: 0
641+
m_Antialiasing: 0
642+
m_AntialiasingQuality: 2
643+
m_StopNaN: 0
644+
m_Dithering: 0
645+
m_ClearDepth: 1
646+
m_AllowXRRendering: 1
647+
m_AllowHDROutput: 1
648+
m_UseScreenCoordOverride: 0
649+
m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0}
650+
m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0}
651+
m_RequiresDepthTexture: 0
652+
m_RequiresColorTexture: 0
653+
m_Version: 2
654+
m_TaaSettings:
655+
m_Quality: 3
656+
m_FrameInfluence: 0.1
657+
m_JitterScale: 1
658+
m_MipBias: 0
659+
m_VarianceClampScale: 0.9
660+
m_ContrastAdaptiveSharpening: 0
616661
--- !u!1 &695126833
617662
GameObject:
618663
m_ObjectHideFlags: 0

‎Assets/Core/DebugConsole/InGameDebugConsole.cs‎ renamed to ‎Assets/Core/DebugConsole/GameDebugConsoleManager.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace ProjectVG.Core.Utils
99
{
10-
public class InGameDebugConsole : MonoBehaviour
10+
public class GameDebugConsoleManager : MonoBehaviour
1111
{
1212
[Header("UI Components")]
1313
[SerializeField] private GameObject? _consolePanel;

‎Assets/Core/DebugConsole/Prefabs.meta‎

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /