Hi Toni,
thanks for reply, i tried your code but :
error CS0120: An object reference is required to access non-static member `PixelCrushers.SceneStreamer.SceneStreamer.LoadCurrentScene(string)'
LoadCurrentScene not exist in SceneStreamer.cs
Thanks
Search found 2 matches
- Mon Jul 13, 2015 2:59 am
- Forum: Scene Streamer
- Topic: LoadScene() error
- Replies: 3
- Views: 12915
- Fri Jul 10, 2015 10:38 am
- Forum: Scene Streamer
- Topic: LoadScene() error
- Replies: 3
- Views: 12915
LoadScene() error
Hi, I'v setup your project like your example and work fine :-) Now I try to load scene by code but this not work, just SceneStreamer.SetCurrentScene("wld1lvl1sub1"); work's but it's not possible to used : SceneStreamer.IsSceneLoaded("wld1lvl1sub1"); Can you provide a simple examp...