Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
srcarter3's avatar
srcarter3
Honored Guest
11 years ago

Problem with the Tuscany demo

I'm trying to get the tuscany demo set up and running in unity on my computer.
I copied the two files:
OculusUnityIntegration.unitypackage and OculusUnityIntegrationTuscanyDemo.unitypackage
to the standard unity location:
C:\Program Files (x86)\Unity\Editor\Standard Packages

Then I opened unity and started a new project and selected both of those packages. Unity then takes a long time decompressing and loading all the files but finishes without error. However when I click run in the project it just produces a blue screen in the game window. Has anyoen seen this behavior before? Some help would be greatly appreciated. Thank you.

3 Replies

Replies have been turned off for this discussion
  • have you opened the tuscany scene from the decompressed package?
  • You only need one or the other (not both). You also don't need to copy them anywhere specific. All you do is click the menu to import a custom package, and the file can be anywhere you want (maybe try leaving it in another folder).

    I'd recommend creating a new blank project and importing the Tuscany integration. Make sure you actually open the Tuscany scene (it should be in OVR/Scenes). You may also need to add this scene to the build options when you build the game.
  • Thank you! I needed to go find the right scene and run it from there. The scene I found ended up being in the /Tuscany/Scenes folders under the Assets folders.
    Thank you.