Jump to content

[SOLVED] Handle.prop crashes the app on start


photo

Recommended Posts

Hi,

after switching to 2.8 SDK, when using vr_template, whenever i add the handle.prop to an object and set its parameters (only change position enabled) i get this error (see attached picture). 
Release build does not help. 

error1.jpg

Link to comment

Hi,

yes i can reproduce it. The drawer in the VR Template also has this property and it works, but as soon as i add a new object with this property, i get the fatal error.

Link to comment

Hello Piotr,

This probably happens because you haven't set Physics body for object you used handle.prop on. By default this .prop component was developed to work with Rigid physics body, so collisions could be calculated with correct velocity. 

You can either assign Rigid body to the node with handle.prop, or modify ObjHandle.cpp in VR Template sources so it could work without physics body.

If that's won't fix your issue, please provide step-by-step reproduction or maybe a small test scene.

Thank You

Link to comment
  • silent changed the title to [SOLVED] Handle.prop crashes the app on start
×
×
  • Create New...