I'm a engineering manager full time and a developer and maker when I have time. Long on XR!
Pinned Loading
-
humanjoystick
humanjoystick PublicExperimental VR movement system where player moves through the virtual environment by changing their physical location within their playspace.
C# 1
-
billofrights
billofrights PublicA serverless chatbot for google assistant. Tells people about the Bill of Rights
Python
-
filemover
filemover PublicThis is a simply python utility that I wrote move files around my home servers. It probably is not optimized and it's definitely not pretty, but it was a good first project to practice python and i…
Python
-
-
This class is used to make a moving ...
This class is used to make a moving platform "ridable". This means the player's ship (represented by Globals.playerShip here) is parented to the platform when it collides and unparented when it leaves. It also imparts realistic velocity to the ship's rigidbody when it leaves and handles network updating of the ship's riding status. All netcode is using Photon's PUN engine. 1using System.Collections;
2using System.Collections.Generic;
3using UnityEngine;
4using Photon.Pun;
5 -
This is a basic script that will con...
This is a basic script that will connect to the Photon network and create or join a room called "Room 1". Any client running this script will connect to the same room. 1using System.Collections;
2using System.Collections.Generic;
3using UnityEngine;
4using Photon.Pun;
5using Photon.Realtime;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.