WiggleWizard / quake3-movement-unity3d

A port of the Quake III strafe jumping mechanics to Unity3D
288 stars 70 forks source link

same thing i did to the c# script except in javascript #25

Closed github-MaxCE closed 3 years ago

WiggleWizard commented 3 years ago

I don't think Unity supports JS anymore as an official language, so I'm going to close this with the intention that the JS script will be removed completely from this repo (but there in history). I will check out your C# changes when I get the chance 👍🏻

github-MaxCE commented 3 years ago

I don't think Unity supports JS anymore as an official language, so I'm going to close this with the intention that the JS script will be removed completely from this repo (but there in history). I will check out your C# changes when I get the chance 👍🏻

oh lmao, also if you want i can give you my script which has an implementation of the new input system using broadcast message.