Unity

Change Background in Live Streaming by Your Voice

Using #Azure, #Unity, and #Intel RealSense Camera to pixelate the character, and use voice to control background videos in live streaming. Check it out!

Real Time Speech Recognition Using Unity and Azure Cognitive Services

It is an interesting idea to combine #Azure cognitive service with #Unity to achieve real-time speech recognition. #AI check it out!

Build an Image Classifier for Detecting Viral Pneumonia Bacterial Pneumonia With Azure Ai and Unity

The world has changed due to the COVID-19 pandemic in 2020. Medical staff around the world have shown bravery and resilience in the fight against COVID-19, and some even sacrificed their lives while performing their duties. As an ordinary person, as a programmer, I also want to help. Therefore, using AI to try to help diagnose lung diseases, such as viral pneumonia, bacterial pneumonia, is an idea that I am interested in trying.

Unity & AR Core Depth API: Combine Pixel Style Art With The Real World

Using Google ARCore SDK & Unity To Build a depth API AR Application.

[Online]Introduction to Unity Ar Foundation

These Mistakes Can Make Your AR Foundation App Display a Black Screen

There are some mistakes that may make you feel bad when developing an AR app. This post will detail 4 common mistakes that cause the AR application to display a black screen on your phone.

Using The Geometry Shader To Implement Model Explosion Effect

This article will show you how to use the geometry shader to turn the Stanford Armadillo model into sand.

Using The Geometry Shader In Unity To Generate Countless Of Grass On GPU

This is an English translation of a blog I wrote in Chinese in 2017. Although the original blog was a few years ago, I found this article very interesting, so I decided to translate it into English. You can find the Github Repo Link at the end of this Post. When displaying a realistic rural scene in a game, the rendering of grass is essential, and when it comes to efficient rendering of grass, many people will think of Chapter 7 of GPU Gems, “Chapter 7.

How To Select The Graphics API Based On The Current Android Device Through Custom UnityPlayerActivity File

With more and more Android phones supporting both GLES and Vulkan, mobile game developers often face a problem, can we select which Graphics API to use when the game is launched on a specific device?

How to Render 10,000 Animated Characters With 20 Draw Calls in Unity

This post was first published at Medium This is an English translation of a blog I wrote in Chinese in 2017. Although the original blog was a few years ago, I found this article very interesting, so I decided to translate it into English. 0x00 Introduction I think a lot of game developers hope that the more objects they can render in their scene, the better.