<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Oculus Rift in Stingray Forum (Read Only)</title>
    <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6260323#M4217</link>
    <description>&lt;P&gt;haha, ok duly noted. I just did that and the lighting looks drastically different in the vr template. SIdenote, to save something as a level do objects always have to selected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm now trying to run the project in vr after transferring my level to the vr project, changed the name, but am getting an error "vr+project1 /Lua:Script/lua/oculus_vr.lua:283: bad argument #4 to 'render_world' (userdata expected, got nil).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestions??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks guys for the help btw.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2016 17:43:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-08T17:43:29Z</dc:date>
    <item>
      <title>Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6245902#M4055</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to this forum...so Hello everybody!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question and I am sure it is a total beginner question :o(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I use Oculus Rift on the Level that I created.&lt;/P&gt;&lt;P&gt;I started with the VR Preset scene - created a new level.&lt;/P&gt;&lt;P&gt;But if I play the level, it would always bring me to the template floorplan scene (the oculus works just fine on that scene)...I am not able to play the level I created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I simply delete the template scene to force Stingray to use the only level in the scene?&lt;/P&gt;&lt;P&gt;or is there a setting that I have missed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I also use the Oculus out of an empty scene template or do I have to start with the VR template?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks guys, have a good weekend&lt;/P&gt;&lt;P&gt;Wolf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 11:12:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6245902#M4055</guid>
      <dc:creator>wolfgang_ortner</dc:creator>
      <dc:date>2016-04-01T11:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6246050#M4057</link>
      <description>&lt;P&gt;You have to change your project.lua script to tell it what level to open. &amp;nbsp;Open your project.lua file and around line 10 you should see&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Project.level_names = {
	menu = "content/levels/main_menu",
	floorplan = "content/levels/floorplan"&lt;/PRE&gt;&lt;P&gt;add your new level below and give it a name, then specify the path of the level in the folder structure, for example, classroom is my new level:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Project.level_names = {
	menu = "content/levels/main_menu",
	floorplan = "content/levels/floorplan",
	classroom = "content/levels/Classroom"
}&lt;/PRE&gt;&lt;P&gt;Make sure you add the comma after the previous level. &amp;nbsp;That tells the project there is another level. &amp;nbsp;If you want that level to start by default, scroll down to around line 37. &amp;nbsp;There you should see this code, but instead of "classroom" it should say "menu." &amp;nbsp;Just change menu to the new name you gave your level in the above step. &amp;nbsp;That level should now open by default when you run the project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SimpleProject.config = {
	standalone_init_level_name = Project.level_names.classroom,&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 12:27:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6246050#M4057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T12:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6247740#M4073</link>
      <description>thank you for your detailed description!&lt;BR /&gt;&lt;BR /&gt;...has the dev.team ever looked at other enginges how they do it?&lt;BR /&gt;eg UE4 has a simple button...play in Rift. no scripts.&lt;BR /&gt;that would be very handy to have that option for the play button&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;wolf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Von Samsung-Tablet gesendet</description>
      <pubDate>Sat, 02 Apr 2016 07:50:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6247740#M4073</guid>
      <dc:creator>wolfgang_ortner</dc:creator>
      <dc:date>2016-04-02T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6250631#M4091</link>
      <description>If you are using the oculus VR template, all you have to do is hit the green 'test level' button to run your current level with VR. Using the 'run project' button will run the entire project starting from the menu level -- you will have to set up your project the way you want it to run for you.</description>
      <pubDate>Mon, 04 Apr 2016 17:37:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6250631#M4091</guid>
      <dc:creator>dan.matlack</dc:creator>
      <dc:date>2016-04-04T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6250722#M4093</link>
      <description>Interesting…that was the reason why I asked in the first place.&lt;BR /&gt;Hitting the green arrow plays the level but not in VR.&lt;BR /&gt;I can change with CTRL Enter through the view but there will not be an Oculus view.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gesendet von meinem Windows 10 Phone</description>
      <pubDate>Mon, 04 Apr 2016 18:33:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6250722#M4093</guid>
      <dc:creator>wolfgang_ortner</dc:creator>
      <dc:date>2016-04-04T18:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6250747#M4096</link>
      <description>I will check into that for you. We may have changed that functionality. Run Project will definitely initialize the VR though. Test Level should ... but if it's not, I'll look into it.</description>
      <pubDate>Mon, 04 Apr 2016 18:46:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6250747#M4096</guid>
      <dc:creator>dan.matlack</dc:creator>
      <dc:date>2016-04-04T18:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6251013#M4099</link>
      <description>thanks! much appreciated&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Von Samsung-Tablet gesendet</description>
      <pubDate>Mon, 04 Apr 2016 21:04:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6251013#M4099</guid>
      <dc:creator>wolfgang_ortner</dc:creator>
      <dc:date>2016-04-04T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6259947#M4209</link>
      <description>&lt;P&gt;Similarly,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say I start with the empty template, make a beautiful scene, then would like to add VR support. Do I simply replace my project file with the VR template file, rename the level paths, add the oculus_vr and Oclus_VR_INPUT_MAPPER, and voila! project is now rift capable?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:17:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6259947#M4209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T15:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6259976#M4211</link>
      <description>That's sort of the idea &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; However, the "empty" template has no hooks at all to the appkit. It's mostly for people who want to code their own basic functionality. If you want to have proper VR with a character with movement and cameras, etc ... start with the VR template and build your scene there.</description>
      <pubDate>Fri, 08 Apr 2016 15:25:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6259976#M4211</guid>
      <dc:creator>dan.matlack</dc:creator>
      <dc:date>2016-04-08T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oculus Rift</title>
      <link>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6260323#M4217</link>
      <description>&lt;P&gt;haha, ok duly noted. I just did that and the lighting looks drastically different in the vr template. SIdenote, to save something as a level do objects always have to selected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm now trying to run the project in vr after transferring my level to the vr project, changed the name, but am getting an error "vr+project1 /Lua:Script/lua/oculus_vr.lua:283: bad argument #4 to 'render_world' (userdata expected, got nil).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestions??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks guys for the help btw.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 17:43:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/stingray-forum-read-only/oculus-rift/m-p/6260323#M4217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T17:43:29Z</dc:date>
    </item>
  </channel>
</rss>

