Update slideshows 3.1 + 3.5

This commit is contained in:
Nadine Ganz 2025-03-07 15:58:31 +01:00
parent dd45a2900f
commit 2b8fab7d24
7 changed files with 12181 additions and 29 deletions

View File

@ -1,7 +1,7 @@
Tree("Root") { Tree("Root") {
Composite(Sequence) { Composite(Sequence) {
// Go to scene 3.2 Grotto // Go to scene 3.2 Grotto
BTC.Run("StereoSlideshow.XRInteractionHandsSetup.IMG0047") BTC.Run("StereoSlideshow.XRInteractionHandsSetup.IMG30622")
BTC.Run("LoadScene.NEXT.32Grotto") BTC.Run("LoadScene.NEXT.32Grotto")
} }
} }

View File

@ -1765,7 +1765,7 @@ Tree("32_Grotto_Hide") {
Composite(Sequence) { Composite(Sequence) {
// Go to scene 3.5 Slideshow // Go to scene 3.5 Slideshow
BTC.SetStoryBVisited() BTC.SetStoryBVisited()
BTC.Run("LoadScene.NEXT.10SBB") BTC.Run("LoadScene.NEXT.35Slideshow")
} }
} }

View File

@ -1,7 +1,7 @@
Tree("Root") { Tree("Root") {
Composite(Sequence) { Composite(Sequence) {
// Go to scene 1.0 SBB // Go to scene 1.0 SBB
BTC.Run("StereoSlideshow.XRInteractionHandsSetup.IMG0047") BTC.Run("StereoSlideshow.XRInteractionHandsSetup.IMG33382")
BTC.Run("LoadScene.NEXT.10SBB") 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

View File

@ -82,7 +82,7 @@ public class PhotoTransition : MonoBehaviour
IEnumerator ImageLoader(string path) IEnumerator ImageLoader(string path)
{ {
string imgPath = Path.Combine(Application.persistentDataPath, path); string imgPath = Path.Combine(Application.persistentDataPath, path);
//imgPath = "file://" + imgPath; // For testing in editor imgPath = "file://" + imgPath;
using (UnityWebRequest uwr = UnityWebRequestTexture.GetTexture(imgPath)) using (UnityWebRequest uwr = UnityWebRequestTexture.GetTexture(imgPath))
{ {

View File

@ -17,6 +17,8 @@ EditorBuildSettings:
- enabled: 1 - enabled: 1
path: Assets/Scenes/3.2-Grotto.unity path: Assets/Scenes/3.2-Grotto.unity
guid: 73660f1e1eb0e524fb6b6f42ca2c7b54 guid: 73660f1e1eb0e524fb6b6f42ca2c7b54
m_Scenes: [] - enabled: 1
path: Assets/Scenes/3.5-Slideshow.unity
guid: f6bca66b31e88434d98bdbed5c399b64
m_configObjects: m_configObjects:
com.unity.xr.openxr.settings4: {fileID: 11400000, guid: 0f4832b23b368b643bc8a91696fbb473, type: 2} com.unity.xr.openxr.settings4: {fileID: 11400000, guid: 0f4832b23b368b643bc8a91696fbb473, type: 2}