[Unity, AR] I tried ‘Cloud Anchors’ (A sample of ‘ARCore’) Part1

Regarding ‘ARCore’ which is AR library released by Google, last time I introduced about ‘HelloAR’. It’s the most basic sample program of ARCore to realize AR environment on Android. [Link: I tried ‘HelloAR’ sample of ‘ARCore’ Part1] This time, I’ll explain how to set up ‘Cloud Anchors’ which is also one sample program released from ARCore 1.2 or later version. The ‘Cloud Anchors’ is a library to realize AR multiplayer’s... Read more

[Unity, AR] I tried ‘HelloAR’ sample of ‘ARCore’ Part2

Last time, I explained how to set up ‘HelloAR’ which is the most basic sample of ARCore SDK. This time, I’ll introduced the result of executing the sample, and how to change the 3D model (Google’s Andy) which is set up as standard prefab of ARCore sample like the above image. [Link: I tried ‘HelloAR’ sample of ‘ARCore’ Part1]   [3. Run on your mobile phone] Connect to Android device... Read more

[Unity, AR] I tried ‘HelloAR’ sample of ‘ARCore’ Part1

Recently, many sessions of VR and AR are held in Unite and some events. I’m also developing AR game app using ARCore which is Google’s platform for building AR app for Android. Therefore, this time, I’ll introduce how to set up the most basic sample ‘HelloAR’ which is included in ARCore SDK. When you create AR app by yourself, you can study about ARCore by this sample. And by modifying... Read more

[Unity] I tried 3DBall sample of Unity “ML-Agents” (Tried Machine Learning)

Regarding ML-Agents which is Unity plugin to realize Machine Learning environment in Unity, in the last 2 times, I explained how to set up 3Dball which is sample of ML-Agents using sample learned model. [Link: I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part1] [Link: I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part2] This time, I’ll explain how to run Machine Learning itself... Read more

[Unity] How to install Unity. (Unity 2018)

This is explanation about Unity installation for Windows. I am explaining how to install Unity editor for beginners. This article is for participants for a programming class, but many Unity beginners also can refer this. (This explanation is targeting Unity2018.1. Already some new versions have been released, but the installation way is not so changed. If you need, you can select the latest version.)   [Overview of the operation steps]... Read more

[Unity] I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part2

Regarding ML-Agents which is Unity plugin to realized Machine Learning environment in Unity, last time, I explained about pre-preparation step (create Python environment) to try 3Dball which is sample of ML-Agents. [Link: I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part1] This time, I’ll explain set up in Unity to try the 3Dball sample.   [2. Make machine learning environment in Unity] 2.1. Open ML-Agents project in... Read more

[Unity] I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part1

Regarding ML-Agents which is Unity plugin to realized Machine Learning environment in Unity, already some demos have been shown in sessions held in Unite and some events. I also introduced about those sessions some times. [Link: Unite 2018 Tokyo: Introduce about “Unity for Deep Learning: Tool kit: ML-Agents”.] [Link: ] In those demo, there is a sample demo which is used every times. The name is 3Dball. This time, I’ll... Read more

[Unity] How to show the image of a sub-camera on “Render Texture”.

This time, I’ll introduce how to create sub-camera like following image which is my released windows’ game ‘Merlion Adventure for windows’. This game have the 2nd window at right bottom which is view of the game scene from the top. (By the way, this ‘Merlion Adventure for windows’ is released from Microsoft Store. Please also try it.) [Link: https://www.microsoft.com/en-us/p/merlion-adventure/9p2tzw95xsm1?activetab=pivot%3aoverviewtab]   [The way to show an image of sub-camera] There are... Read more

[Unity] How to release iOS app by Windows PC (Overview)

I’m Windows user, never had Mac PC. However I released some game apps from Apple store. [Link: Game App from Lab7] Basically we need Mac PC to release App for iOS, but there is a way to release by only Windows PC. This time, I’ll introduce how we can release iOS app without Mac PC.   [Precondition for this way] This explanation is starting after finishing making game app without any... Read more