-
-
Notifications
You must be signed in to change notification settings - Fork 3
2018_04_03_Week_ToDoToday
Apprendre à gérer les mains, le corps et la tête d'un joueur en VR d'un manière ludique et surtout exutoire ;)
- Merge Cube VR
- Virutal reality & Augmented reality merge with Vuforia
- Finish the two game of the fire truck jam
- Publish the basketball game of Stephane
- Rotation
- Quaternion Utility
- Classic
- Transform.Rotate()
- Transform.forward
- Quaternion * DirectionVector
- Transform Utility
- Quaternion != Commutatif
- Cross product Wiki Unity
- Dot product Wiki Unity
- Tool to draw point positions throw time
- Tool to draw rotation Cartesian coordinate system
- Gizmo
- Script from rotation A to rotation B
- Vector3.ProjectOnPlane()
- After work: Blender ?
- Physics.RayCast()
- Physics.RayCastAll()
- Physics.SphereCast()
- Physics.BoxCast()
- GraphicsRaycaster
- Physics.OverlapSphere()
- LayerMask
- IgnoreCollision & Layer
https://github.com/JamsCenter/2017_04_03_PunchingToTheBreak
Exemple: Artery Battle VR
Manuals: NetworkTransform- Shoot Bullet in UNet - Network.Spawning()
Doc: Manual
Text Tutorial
Google
[SyncVar]
public int syncVar; //Change on server, change everywhere
[SyncVar (hook:"OnVarChange")]
public int syncVar; //Change on server, change everywhere
public void OnVarChange(int newVar){/Methode executed at any network change of the var/}
[ClientRpc]
public void RpcMethodeName(){/Excuted on client from server/}
[Command]
void CmdFire() {/Excuted on client from client/}
NetworkServer.Spawn(bullet); // Spawn a prefab defined for network at start
- Créez un scène Unity en vue FPS avec UNET (Un simple modèle qui bouge)
- Ajouter un cube qui instancie des balles. Attacher le cube à la caméra du joueur
- Créer un script qui reconnait si vous êtes sur Oculus, Gear VR ou sans casque
- Créer un comportement de déplacement différent en fonction du casque
- créer un script qui synchronise la position de la main du joueurs à travers le réseaux
- Créer un scène de Lobby pour jouer à travers le web
Ask for a Oculus Go to make an application with it: https://developer.oculus.com/oculus-start/
- Google Sheet: List >
- 15: Day 1
- 17: Day 2
- 18: Day 3
- 19: Day 4
- Request 2 artist
- Proposition 2 Developer
- VR Non VR 2 Code
- Un peu d'histoire
- Créer une app pour mobile
- Gear VR vs Cardboard
- Gyroscope
- Access OSig File
- Bonjour Cardboard
- Bonjour Gear VR
- Optimisation
- Profiler Wi-Fi
- VRTK