ThallasTV / HelloWorldMcomp

Mcomp Group Project
0 stars 0 forks source link

Oculus Integration Package with missing components! (was me being dumb) #14

Closed user9536 closed 4 years ago

user9536 commented 4 years ago

At first the camera prefabs were missing, I thought it was my own problem so I removed the entire folder and imported the package again. The camera prefabs are there now but there are other missing stuff, just like the LocalAvatar is supposed to be a Prefab that includes controller_left and controller_right and they aren't there. image image https://circuitstream.com/blog/oculus-unity-setup/

user9536 commented 4 years ago

The new ones include platform sdk and avatar sdk, I installed from Oculus website, Unity's Package manager and asset store, but controller_left and right still missing from LocalAvatar

user9536 commented 4 years ago

image I have tried different unity versions and made new separated projects, then imported the oculus integration package and fixed the manifest problem (users are supposed to delete the manifest file and regenerate it using the tool) but it won't fix the localavatar having missing gameobjects inside. I will try if I can download some tutorial examples and replace with their localavatar prefab.

user9536 commented 4 years ago

So although most tutorials show the prefab "LocalAvatar" but "LocalAvatarWithGrab" is what we're actually looking for. image I will work on the grabbing objects now.