ARKit Face Tracking with Unity

Unity with AR Foundation is introducing more and more features from Google ARCore and Apple ARKit. One such feature is face tracking, which is luckily really easy to set up!

At the time of writing this post, I had to use Unity 2019.2. Unity 2019.3.0f6 was making weird builds that didn’t work on iOS. ?‍♂️

I hope they fix that shortly! ?

In a mean-time, let’s create a new project!

Continue reading “ARKit Face Tracking with Unity”

Separate game logic on the server in Node.js​

How to make code easier to work with? DON’T WRITE IT IN ONE FILE!

And that is exactly what we are going to do here. It will be the last part of the Server-Side WebSocket series.

If you missed previous ones, you can go back to preparing the local environment or writing base for our server.

In this post, we will create a new script responsible for the game part of the server.

Continue reading “Separate game logic on the server in Node.js​”