Jump to content

Use C++ Project


photo

Recommended Posts

In the C ++ Project, can I check preview  in the editor after the code editing?

 

and When I run the VR template sample in visual studio, the screen does not connect to the Vive headset. How should I use commands like -extern_plugin at run visual studio for check preview??

Link to comment

To run your project with command line arguments in Visual Studio:

  1. Right-click your project (the one to be run) in Visual Studio's Solution Explorer window and select "Properties".
  2. Click Configuration Properties -> Debugging on the left.
  3. Enter your command line arguments in the textbox labeled "Command Arguments". In your case you'll have to add: -extern_plugin AppVive
  4. Save the updated properties by clicking OK and run the project.

Hope this helps.

Thank You!

Link to comment

Thank you. it work.

image.png.0d6212b413ef54907f86ae852e67a64c.png

 play button on the editor toolbar is thing for skinnednode animation verification?

The c ++ project code does not seem to apply.

And the physics simulation button is just for checking gravity ?

Link to comment
×
×
  • Create New...