File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Assets/Demo/99_Shared/Scripts/DebugTools Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,34 @@ public override IEnumerator Initialize()
4141 AddPageLinkButton < TimeDebugPage > ( "Time" ,
4242 icon : Resources . Load < Sprite > ( AssetKeys . Resources . Icon . Settings ) ) ;
4343
44+ // Application
45+ AddPageLinkButton < ApplicationDebugPage > ( "Application" ,
46+ icon : Resources . Load < Sprite > ( AssetKeys . Resources . Icon . Settings ) ) ;
47+
48+ // Screen
49+ AddPageLinkButton < ScreenDebugPage > ( "Screen" ,
50+ icon : Resources . Load < Sprite > ( AssetKeys . Resources . Icon . Settings ) ) ;
51+
52+ // Quality Settings
53+ AddPageLinkButton < QualitySettingsDebugPage > ( "Quality Settings" ,
54+ icon : Resources . Load < Sprite > ( AssetKeys . Resources . Icon . Settings ) ) ;
55+
56+ // Input
57+ AddPageLinkButton < InputDebugPage > ( "Input" ,
58+ icon : Resources . Load < Sprite > ( AssetKeys . Resources . Icon . Settings ) ) ;
59+
60+ // Physics
61+ AddPageLinkButton < PhysicsDebugPage > ( "Physics" ,
62+ icon : Resources . Load < Sprite > ( AssetKeys . Resources . Icon . Settings ) ) ;
63+
64+ // Physics 2D
65+ AddPageLinkButton < Physics2DDebugPage > ( "Physics 2D" ,
66+ icon : Resources . Load < Sprite > ( AssetKeys . Resources . Icon . Settings ) ) ;
67+
68+ // Graphics
69+ AddPageLinkButton < GraphicsDebugPage > ( "Graphics" ,
70+ icon : Resources . Load < Sprite > ( AssetKeys . Resources . Icon . Settings ) ) ;
71+
4472 Reload ( ) ;
4573
4674#if UDS_USE_ASYNC_METHODS
You can’t perform that action at this time.
0 commit comments