Volograms / volograms_unity_plugin

A plugin to play captured volograms (.vols files) in Unity.
MIT License
17 stars 2 forks source link

Vol playing in Play mode #8

Closed Jordan-s11 closed 2 years ago

Jordan-s11 commented 2 years ago

Cannot get Unity Volu plugin to work. Using one of the default volus from the app (the horse). To Reproduce Steps to reproduce the behavior:

  1. Open empty project
  2. import Volu plugin
  3. Attach VolPlayer script an empty gameobject
  4. Assign paths to vol files
  5. Press play
  6. See that Vol is not playing

Expected behavior A clear and concise description of what you expected to happen.

Screenshots Screenshot 2022-03-15 104302

Additional context

capnramses commented 2 years ago

Thanks @Jordan-s11 . we have discussed this issue this morning, and we think it's likely due to using an older vologram capture that doesn't support the newer lighting and normals feature set.

We will reproduce the issue with the horse mask vologram - thank you for the specific details - and then provide a newer sample to try, and update our documentation accordingly if that solves the problem.

patrick-volograms commented 2 years ago

Hi @Jordan-s11. Thank you for your report.

I played the horse vologram without issue on Mac so there may be an issue with our windows plugin. Could you activate the Debugging Logging Options at the bottom of the VolPlayer component and run your project? This might highlight the issue.

https://github.com/Volograms/volograms_unity_plugin/wiki/Activating-Debug-Logging

Jordan-s11 commented 2 years ago

Thank you for your responses,

I will try out the Debugging Logging options first thing tomorrow.

Regards

On Mon, Mar 21, 2022 at 4:57 AM patrick-volograms @.***> wrote:

Hi @Jordan-s11 https://github.com/Jordan-s11. Thank you for your report.

I played the horse vologram without issue on Mac so there may be an issue with our windows plugin. Could you activate the Debugging Logging Options at the bottom of the VolPlayer component and run your project? This might highlight the issue.

https://github.com/Volograms/volograms_unity_plugin/wiki/Activating-Debug-Logging

— Reply to this email directly, view it on GitHub https://github.com/Volograms/volograms_unity_plugin/issues/8#issuecomment-1073806368, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXFA3LMW42DTIEUFJATC32DVBBPZ3ANCNFSM5QZOT4GQ . You are receiving this because you were mentioned.Message ID: @.***>

capnramses commented 2 years ago

Hi @Jordan-s11 - just wondering if you've had a chance to give it another go and get some log details?

capnramses commented 2 years ago

I think what we'll do here for general first-time snags is make a video tutorial to show the first-time setup procedure, and possibly also add a sample scene/demo/vologram to this repository.

If you come back to this and find the logs we can re-open this and address any specific bug in there.