Category: Programming

  • Fix a broken link in Mixed Reality docs

    Fix a broken link in Mixed Reality docs

    Summary Q: How to fix a broken link in Mixed Reality docs?A: Sending your Pull Request. For example: https://github.com/MicrosoftDocs/mixed-reality/pull/474

  • Install the Connect App with PowerShell (For Windows 10)

    Summary The other day, I installed the connection app with GUI. Install the Connect App on Windows 10 (21H1) In this post explains install it from the command line. Prerequisites Windows 21H1 Require administrative access Require internet access PowerShell v5.1 Steps Open PowerShell prompt as administrator. Then enter the following command: If you install a…

  • Orient game object to user by Billboard of MRTK

    Orient game object to user by Billboard of MRTK

    How to keep a GameObject oriented towards the user?

  • Register SSH key to Azure DevOps

    Register SSH key to Azure DevOps

    Summary In the past, I’ve registered my ssh public key to Azure DevOps. After that, I became a member of another tenant, and I had to register my ssh public key again. Apparently, registered ssh public key is not shared in another tenant. Tenant A: Tenant B: Steps Register your ssh public key to another…

  • Hotkeys for Web Developer Tools or Web Inspector

    Hotkeys for Web Developer Tools or Web Inspector

    Summary Which hotkeys display the web developer tools or the web inspector provided by the web browser? Result Web Browser macOS Wiindows Apple Safari Opt + Cmd + I N/A Google Chrome Opt + Cmd + I Ctrl + Shift + I Microsoft Edge Opt + Cmd + I Ctrl + Shift + I Mozilla…

  • Scheduled shutdown of Azure Virtual Machine

    Scheduled shutdown of Azure Virtual Machine

    Summary I want to shutdown a virtual machine at a certain time. Steps Click Auto-shutdown. Click On in Enabled field. Enter time and time zone. References I couldn’t find Auto-shutdown in MS docs.

  • Build and install the Maya-Net-Wizards that is Maya C# plug-in wizard

    Build and install the Maya-Net-Wizards that is Maya C# plug-in wizard

    The Maya-Net-Wizards provides a solution for writing Maya plugins with C# and .NET.

  • Variables that can be used in Pre / Post build event in Visual Studio

    Variables that can be used in Pre / Post build event in Visual Studio

    Summary What values ​​can I use for Pre / Post build event in Visual Studio?The answer is here: Pre-build event-Post-build event command line dialog – Visual Studio (Windows) | Microsoft Docs In this post, using the following repository as sample code: ADN-DevTech/Maya-Net-Wizards: Maya .Net Wizards for Visual Studio Prerequisites Visual Studio 2019 Steps Enter the…

  • Using HttpClient on Azure Functions

    Summary HttpClient use a socket-line resource of your server. So, you don’t make many HttpClient instance. If you can share instance for HttpClient. It’s the same also Azure Functions. Prerequisites .NET Core v3.1 Azure Functions v3 Microsoft.NET.Sdk.Functions v3.0.3 Microsoft.Azure.Functions.Extensions v1.1.0 Microsoft.Extension.Http v3.1.20 Visual Studio for Mac v8.10 Azure Functions Core Tools v3.0.3873 C# v8 macOS…

  • How to check MRTK version – Part 2

    How to check MRTK version – Part 2

    Summary MRTK v2.7 provide feature that displayed version. MRTK 2.7 release notes – Mixed Reality Toolkit | Microsoft Docs Previously, this blog posted how to check the MRTK version that described a value in the file. How to check MRTK version – 3D Real-Time Composition Prerequisites MRTK v2.7 Mixed Reality Toolkit Foundation Unity v2020.3.20f1 Windows…