Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Aug 14, 2024
1 parent 8baddab commit d27d868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Sample Project

on:
pull_request:
types: [opened, reopened, review_requested, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

jobs:
Expand Down
9 changes: 2 additions & 7 deletions Samples/AppKit Sample/Assets/Scenes/AppKit Init.unity
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ Camera:
m_GameObject: {fileID: 78148689}
m_Enabled: 1
serializedVersion: 2
m_ClearFlags: 1
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
m_ClearFlags: 2
m_BackGroundColor: {r: 0.34901962, g: 0.34901962, b: 0.34901962, a: 1}
m_projectionMatrixMode: 1
m_GateFitMode: 2
m_FOVAxisMode: 0
Expand Down Expand Up @@ -397,11 +397,6 @@ MonoBehaviour:
sceneName: AppKit Menu
buildIndex: 2
assetPath: Assets/Scenes/AppKit Menu.unity
_settingsAdditiveScene:
sceneAsset: {fileID: 102900000, guid: e4585ed332e2a42dfb642ec502636746, type: 3}
sceneName: Settings Scene
buildIndex: 3
assetPath: Assets/Scenes/Settings Scene.unity
--- !u!1660057539 &9223372036854775807
SceneRoots:
m_ObjectHideFlags: 0
Expand Down
3 changes: 0 additions & 3 deletions Samples/AppKit Sample/Assets/Scripts/AppInit.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using mixpanel;
using Sentry;
using Skibitsky.Unity;
using UnityEngine;
using UnityEngine.SceneManagement;
Expand All @@ -18,8 +17,6 @@ private void Start()
InitDebugConsole();
ConfigureMixpanel();
SceneManager.LoadScene(_mainScene);

Debug.LogError("Test error log");
}

private void InitDebugConsole()
Expand Down

0 comments on commit d27d868

Please sign in to comment.