Page 2 of 2

Re: Playing an ORBX from Unity in ORBX Media Player

PostPosted: Tue Jan 02, 2018 8:27 pm
by Goldorak
dev19872014 wrote:Hi,

How to play Orbx file from unity?

I tried all above solution but still not play.

All example have js extensions so if required then How to convert in js or please guide how to play in gear vr?

Thank you in advance.


ORBX media files for GVR (basically platform specific compressed ORBX package from render job node/script) are largely cloud (ORC/RNDR) only (currently it takes longer to compress an 18K cube map than to render the same frame on average scenes!). We will move the packaging of ORBX media fully off cloud and into Unity Editor, sometime after MPEG-I/HNSS format gets close to final form in the coming months - which will likely share the root container and much of what is in XML schema as ORBX. In the meantime, nothing in the free version of Octane/Unity prevents you from dropping your rendered JPG, EXR or PNG files into a folder for testing playback in OMP. You could even zip the folder (though I don't recommend the latter due to speed hit and limitations of ZIP format).

Re: Playing an ORBX from Unity in ORBX Media Player

PostPosted: Sun Apr 01, 2018 5:04 pm
by wxyz
Is it now possible to render VR from Unity w/o ORC?

Re: Playing an ORBX from Unity in ORBX Media Player

PostPosted: Sun Apr 01, 2018 6:57 pm
by wxyz
Rendered out a sequence of png's at 18432, how do I create the orbx file?

Re: Playing an ORBX from Unity in ORBX Media Player

PostPosted: Mon Apr 02, 2018 8:34 pm
by Goldorak
wxyz wrote:Rendered out a sequence of png's at 18432, how do I create the orbx file?


If it is just to test a small set of frames, you can drop it in a folder and try it in OMP. The compression to OKX format is only on ORC for the moment.