Forum Discussion
rezfan001
11 years agoHonored Guest
Making a 3D video and playing it with the Oculus
Hello everyone, I'm fairly new to programming and using unity, but I have a question concerning a project I'm doing for school. Would it be possible to record a 3D video and make it play on the Ocul...
phileday
11 years agoMHCP Member
Try this link https://www.dropbox.com/s/ep7y4i26p0nmq ... r.zip?dl=1
This is a Unity 4.6 project. If you convert it to unity 5 the texture probably won't make as much sense. You can easily recreate them from scratch if you use the 4.6 version as an example.
It's best to have the video in one file side by side or over under as this will guaranty keeping them in sync. If for example you want to have the video on a plane create two planes left and right putting them in different layers as you have you have already done. Then add a standard material and use the offset and tile settings to only show one half or the other half of the video. I think the settings are:
Left
tiling 0.5 - 1
offset 0 - 0
Right
tiling 0.5 - 1
offset 0.5 - 0
I can't remember if there is a plane in the test scene I've provide but I'm pretty sure the mapping for a plane is the same for barrel.
hope that helps. Feel free to ask more questions.
This is a Unity 4.6 project. If you convert it to unity 5 the texture probably won't make as much sense. You can easily recreate them from scratch if you use the 4.6 version as an example.
It's best to have the video in one file side by side or over under as this will guaranty keeping them in sync. If for example you want to have the video on a plane create two planes left and right putting them in different layers as you have you have already done. Then add a standard material and use the offset and tile settings to only show one half or the other half of the video. I think the settings are:
Left
tiling 0.5 - 1
offset 0 - 0
Right
tiling 0.5 - 1
offset 0.5 - 0
I can't remember if there is a plane in the test scene I've provide but I'm pretty sure the mapping for a plane is the same for barrel.
hope that helps. Feel free to ask more questions.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 5 months ago
- 3 months ago
- 1 month ago