Using 3D app launcher on HoloLens
The Microsoft Mixed Reality Toolkit (MRTK) support a feature to set 3D app launcher in v2.6.
Using the Build Window with MRTK
How can I build the HoloLens app more easily?
Using Input simulation service of MRTK on Unity Editor
Control the MRTK Input simulation in Unity Editor.
Setup a Unity project for HoloLens with Mixed Reality Feature Tool
A HoloLens unity project has a hassle that build a environment in the first time.
Change Expiry Date with MacGPG2
How to update your PGP key expiration date with MacGPG2?
Install Windows Server 2019 DataCenter to Parallels Desktop for Mac
I have some errands to run, so install Windows Server 2019 DataCenter in Parallels Desktop.
Creating a WordPress theme with Emacs
Emacs is useful for creating of WordPress themes. Learn about how to setup the environment.
Introduction to Array.prototype of JavaScript
Learn about Array.prototype of JavaScript.
Go with VSCode on macOS
In this post, i'll try to build a Go development environment on VSCode.
Rename tenant name of Azure Active Directory
I want to change the name of my tenant of Azure Active Directory.
Introduction to creating a Visual Studio Extentsion
As I use a Text Editor, it going to make me want to customize. How i does Visual Studio customize with a creating original extention? Let's learn the basics.
IHtmlHelper.BeginForm on .NET Core v3
When creating web forms in ASP.NET MVC, using the HtmlHelper class in the namespace System.Web.Mvc. In the ASP.NET Core MVC provide IHtmlHelper in Microsoft.AspNetCore.Mvc.Rendering namespaces. So, it describe the IHtmlHelper.BeginForm.
Zsh completion script for Unity Hub on macOS
A previous post described the Unity Hub CLI. However, the CLI use too difficult without completion.
Emacs keybinding for Visual Studio 2019
macOS provide Emacs keybinding as a natively. At least, I need it on Visual Studio of Windows.
Speed up the Keystroke on Windows
Windows provide slowly the keystrokes. It's too shock me. That's one reason why i dislike Windows. In this post, get higher keystroke speed.
Use the Unity Hub via command line
Since Unity Hub v2.1.0, it's provided command line interface. So, let's enjoy to use it.
How to install NuGet packages in Unity
Unity is a very strange tool from .NET user's view. It's for Unity doesn't provide the NuGet package manager as a first-party tool. Unity users should work with a third-party NuGet package manager. So, if you need it setup to your unity project.
Introduction to Pug syntax
A HTML response that responsed by the web server application is create by HTML template engine. In this article, learning the syntax of the HTML template engine Pug.