mirror of
https://udrimavric.com/MAVRIC/Stratasys-Fortus-450mc.git
synced 2025-01-22 07:09:08 -05:00
MAVRIC-1961 code fixes and project setting file
This commit is contained in:
parent
56f7ae7146
commit
3641e06820
@ -46,8 +46,8 @@ public class MainScreenController : MonoBehaviour
|
||||
stepChangeChannel.OnStepChanged -= OnStepChanged;
|
||||
machineChangeChannel.OnMachineChange -= OnMachineChanged;
|
||||
|
||||
documentChannel.OnEventRaised += OnDocumentButtonClicked;
|
||||
videoChannel.OnEventRaised += OnVideoButtonClicked;
|
||||
documentChannel.OnEventRaised -= OnDocumentButtonClicked;
|
||||
videoChannel.OnEventRaised -= OnVideoButtonClicked;
|
||||
}
|
||||
|
||||
private void OnMachineChanged(MachineSO machine)
|
||||
|
@ -15,10 +15,6 @@ namespace Managers
|
||||
{
|
||||
if (item.animationClip == animationPlayer.clip)
|
||||
{
|
||||
//foreach (GameObject obj in item.guideObjects)
|
||||
//{
|
||||
// obj.SetActive(true);
|
||||
//}
|
||||
item.guideObjects.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
@ -26,6 +26,7 @@ namespace Managers
|
||||
stepChangeChannel.OnStepChanged -= OnStepChanged;
|
||||
playChannel.OnEventRaised -= Play;
|
||||
stopChannel.OnEventRaised -= Stop;
|
||||
videoChannel.OnEventRaised -= VideoPanelEnabled;
|
||||
}
|
||||
|
||||
private void OnStepChanged(StepSO step)
|
||||
|
@ -57,8 +57,8 @@ PlayerSettings:
|
||||
iosShowActivityIndicatorOnLoading: -1
|
||||
androidShowActivityIndicatorOnLoading: -1
|
||||
iosUseCustomAppBackgroundBehavior: 0
|
||||
allowedAutorotateToPortrait: 1
|
||||
allowedAutorotateToPortraitUpsideDown: 1
|
||||
allowedAutorotateToPortrait: 0
|
||||
allowedAutorotateToPortraitUpsideDown: 0
|
||||
allowedAutorotateToLandscapeRight: 1
|
||||
allowedAutorotateToLandscapeLeft: 1
|
||||
useOSAutorotation: 1
|
||||
@ -135,14 +135,9 @@ PlayerSettings:
|
||||
loadStoreDebugModeEnabled: 0
|
||||
bundleVersion: 0.1
|
||||
preloadedAssets:
|
||||
- {fileID: 4800000, guid: c9f956787b1d945e7b36e0516201fc76, type: 3}
|
||||
- {fileID: 4800000, guid: 0945859e5a1034c2cb6dce53cb4fb899, type: 3}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 11400000, guid: 4602a861915eb4f4b897d24e48435c09, type: 2}
|
||||
- {fileID: 6165854303103985, guid: a700e85e08e15cc42afa43b723945cc8, type: 2}
|
||||
- {fileID: 11400000, guid: c677e5c4eb85b7849a8da406775c299d, type: 2}
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
@ -476,6 +471,43 @@ PlayerSettings:
|
||||
m_Height: 36
|
||||
m_Kind: 0
|
||||
m_SubKind:
|
||||
- m_BuildTarget: tvOS
|
||||
m_Icons:
|
||||
- m_Textures: []
|
||||
m_Width: 1280
|
||||
m_Height: 768
|
||||
m_Kind: 0
|
||||
m_SubKind:
|
||||
- m_Textures: []
|
||||
m_Width: 800
|
||||
m_Height: 480
|
||||
m_Kind: 0
|
||||
m_SubKind:
|
||||
- m_Textures: []
|
||||
m_Width: 400
|
||||
m_Height: 240
|
||||
m_Kind: 0
|
||||
m_SubKind:
|
||||
- m_Textures: []
|
||||
m_Width: 4640
|
||||
m_Height: 1440
|
||||
m_Kind: 1
|
||||
m_SubKind:
|
||||
- m_Textures: []
|
||||
m_Width: 2320
|
||||
m_Height: 720
|
||||
m_Kind: 1
|
||||
m_SubKind:
|
||||
- m_Textures: []
|
||||
m_Width: 3840
|
||||
m_Height: 1440
|
||||
m_Kind: 1
|
||||
m_SubKind:
|
||||
- m_Textures: []
|
||||
m_Width: 1920
|
||||
m_Height: 720
|
||||
m_Kind: 1
|
||||
m_SubKind:
|
||||
m_BuildTargetBatching:
|
||||
- m_BuildTarget: Standalone
|
||||
m_StaticBatching: 1
|
||||
|
Loading…
Reference in New Issue
Block a user