I recently signed up for the PlayCanvas newsletter and I got an email in which they linked a deprecated WebVR project.
https://playcanvas.com/project/389453/overview/tutorial-cardboard-vr
The project’s dev log feed links to github, which states that the project is outdated and says:
This project is now deprecated. WebVR support for PlayCanvas is now built directly into the engine. For more information see the developer documentation: http://developer.playcanvas.com/en/user-manual/vr/
But the developer documentation link leads to an empty page.
yaustar
September 28, 2020, 11:17am
#2
God, that’s really old. Thanks for that!
Edit: Fixed and it should be pointing to: https://playcanvas.com/project/435780/overview/starter-kit-vr
1 Like
It’s not too important but…Another broken link, the Rigidbody attributes image is missing.
---
title: First Person Movement
template: tutorial-page.tmpl.html
tags: input, camera
thumb: https://s3-eu-west-1.amazonaws.com/images.playcanvas.com/projects/12/405842/JLWRE0-image-75.jpg
---
<iframe src="https://playcanv.as/p/HzOzlZOC/"></iframe>
This is an application that implements first person character movement.
The scene setup for this controller is important as your character must have a rigidbody and collision component in addition to the script attached. In addition, the script supports adding a camera entity as a child of the Player and manually set in the inspector. If no camera entity is present a new entity is created.
See the full scene setup in the [Tutorial Project][1].
The script below performs the following functions:
* Listen for mouse and keyboard input
* Update a camera entity from the mouse input
* Apply forces to move the player entity around the scene
This file has been truncated. show original