Skip to content

Commit

Permalink
Setting.cs - 불필요한 코드 제거
Browse files Browse the repository at this point in the history
캐릭터 연출씬 백트레이스 클라이언트 객체 제거
시스템 정보중 해상도 정보 갱신되도록 변경
  • Loading branch information
Pyungho-Shin committed Oct 5, 2021
1 parent a9cf35c commit 4b5a8a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 71 deletions.
51 changes: 4 additions & 47 deletions Assets/Scenes/UTKTemplate_origin.unity
Expand Up @@ -536,7 +536,7 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 13
m_RootOrder: 12
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &349988172
GameObject:
Expand Down Expand Up @@ -799,49 +799,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &599415132
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 599415134}
- component: {fileID: 599415133}
m_Layer: 0
m_Name: BacktraceClient
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &599415133
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 599415132}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 5dabbbfb28d824c4ca6ed9ae4129376f, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!4 &599415134
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 599415132}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 580.11993, y: 192.41203, z: 54.61438}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 12
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &725050412 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 919132149155446097, guid: 7c3ba1856d954524fa0bf43e258d6498,
Expand Down Expand Up @@ -1301,7 +1258,7 @@ MonoBehaviour:
ModeOverride: 0
LensShift: {x: 0, y: 0}
GateFit: 2
m_SensorSize: {x: 1.9981949, y: 1}
m_SensorSize: {x: 1.7775031, y: 1}
m_Transitions:
m_BlendHint: 0
m_InheritPosition: 0
Expand Down Expand Up @@ -1712,7 +1669,7 @@ MonoBehaviour:
ModeOverride: 0
LensShift: {x: 0, y: 0}
GateFit: 2
m_SensorSize: {x: 1.9981949, y: 1}
m_SensorSize: {x: 1.7775031, y: 1}
m_Transitions:
m_BlendHint: 0
m_InheritPosition: 0
Expand Down Expand Up @@ -2132,7 +2089,7 @@ MonoBehaviour:
ModeOverride: 0
LensShift: {x: 0, y: 0}
GateFit: 2
m_SensorSize: {x: 1.9981949, y: 1}
m_SensorSize: {x: 1.7775031, y: 1}
m_Transitions:
m_BlendHint: 0
m_InheritPosition: 0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/DemoController.cs
Expand Up @@ -20,7 +20,7 @@ private IEnumerator Start ()
systemInformation += $"Device : {SystemInfo.graphicsDeviceType}\n";
systemInformation += $"GPU : {SystemInfo.graphicsDeviceName}\n";
systemInformation += $"API : {SystemInfo.graphicsDeviceVersion}\n";
systemInformation += $"Screen Resolution : {Screen.currentResolution}\n";
systemInformation += $"Screen Resolution : {Screen.width} x {Screen.height}\n";
if (frameChecker)
systemInformation += frameChecker.fpsText;
label.text = systemInformation;
Expand Down
20 changes: 0 additions & 20 deletions Assets/Scripts/UTK/GUI/Setting.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Assets/Scripts/UTK/GUI/Setting.cs.meta

This file was deleted.

0 comments on commit 4b5a8a8

Please sign in to comment.