Update slideshows 3.1 + 3.5
This commit is contained in:
parent
dd45a2900f
commit
2b8fab7d24
@ -1,7 +1,7 @@
|
||||
Tree("Root") {
|
||||
Composite(Sequence) {
|
||||
// Go to scene 3.2 Grotto
|
||||
BTC.Run("StereoSlideshow.XRInteractionHandsSetup.IMG0047")
|
||||
BTC.Run("StereoSlideshow.XRInteractionHandsSetup.IMG30622")
|
||||
BTC.Run("LoadScene.NEXT.32Grotto")
|
||||
}
|
||||
}
|
||||
|
@ -1765,7 +1765,7 @@ Tree("32_Grotto_Hide") {
|
||||
Composite(Sequence) {
|
||||
// Go to scene 3.5 Slideshow
|
||||
BTC.SetStoryBVisited()
|
||||
BTC.Run("LoadScene.NEXT.10SBB")
|
||||
BTC.Run("LoadScene.NEXT.35Slideshow")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Tree("Root") {
|
||||
Composite(Sequence) {
|
||||
// Go to scene 1.0 SBB
|
||||
BTC.Run("StereoSlideshow.XRInteractionHandsSetup.IMG0047")
|
||||
BTC.Run("StereoSlideshow.XRInteractionHandsSetup.IMG33382")
|
||||
BTC.Run("LoadScene.NEXT.10SBB")
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -82,7 +82,7 @@ public class PhotoTransition : MonoBehaviour
|
||||
IEnumerator ImageLoader(string path)
|
||||
{
|
||||
string imgPath = Path.Combine(Application.persistentDataPath, path);
|
||||
//imgPath = "file://" + imgPath; // For testing in editor
|
||||
imgPath = "file://" + imgPath;
|
||||
|
||||
using (UnityWebRequest uwr = UnityWebRequestTexture.GetTexture(imgPath))
|
||||
{
|
||||
|
@ -17,6 +17,8 @@ EditorBuildSettings:
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/3.2-Grotto.unity
|
||||
guid: 73660f1e1eb0e524fb6b6f42ca2c7b54
|
||||
m_Scenes: []
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/3.5-Slideshow.unity
|
||||
guid: f6bca66b31e88434d98bdbed5c399b64
|
||||
m_configObjects:
|
||||
com.unity.xr.openxr.settings4: {fileID: 11400000, guid: 0f4832b23b368b643bc8a91696fbb473, type: 2}
|
||||
|
Loading…
x
Reference in New Issue
Block a user