Month: October 2021

  • Adding a subnet for Azure Bastion

    Adding a subnet for Azure Bastion

    Set up the Azure Bastion for my Azure Virtual Machine instance. Bastion requires a dedicated subnet, so create it.

  • Open UV Editor in Blender

    Open UV Editor in Blender

    Summary Where is UV Editor in Blender? Prerequisites Blender v2.93 macOS Big Sur v11.6 Steps Click UV Editing. Result

  • Adding a tooltip on Unity Editor

    Adding a tooltip on Unity Editor

    Summary Prerequisites Unity v2020.3.17f1 macOS Big Sur v11.6 Steps Adding TooltipAttribute to you code.An example is below: References Unity – Scripting API: TooltipAttribute

  • Rewrite Grid of Viewport on Blender

    Rewrite Grid of Viewport on Blender

    Summary I want to draw a fine line in Grid of Viewport.But it keep value of Subdivisions fileds. Prerequisites Blender v2.93 macOS Big Sur v11.6 Steps Type your value to Scale field. References Viewport Overlays — Blender Manual

  • Disable the Spatial Awareness System of HoloLens with MRTK on Unity

    Disable the Spatial Awareness System of HoloLens with MRTK on Unity

    Summary If your app doesn’t need to use the Spatial Awareness System, you can also disable the System in Unity project. Prerequisites Unity v2020.3.16f1 MRTK v2.7 Steps Click MixedRealityToolkit in your Scene. If the scene doesn’t have an your MRTK, you must create profile withCopy & Customize. Go to Spatial Awareness System section of MixedRealityToolkit…

  • Send HTTP Request in C#

    It’s been a while since I send HTTP Request in C#.So, I wrote this post as my note. Prerequisites .NET Core 3.1 C# v8 Visual Studio 2019 Windows 10 v21H1 Not good case If it’s a trial code that only you use, this is fine. Not suitable for commercial services. If you are possible, HTTPClient…

  • Switch shading mode with hotkey

    Switch shading mode with hotkey

    Prerequisites Blender v2.93 macOS Big Sur v11.6 Steps Press Zto display pie menu. For example, if you select Wireframe in the menu, blender will switch to it.

  • Delete unused materials on Blender

    Delete unused materials on Blender

    Prerequisites Blender v2.93 macOS Big Sur v11.6 Steps

  • Assign image texture on Blender

    Assign image texture on Blender

    Prerequisites Blender v2.93 macOS Big Sur v11.6 Steps Click Use Nodesin Material Properties. Click nob for Base Color. Click Image Texture. Click Openand select image file as texture.

  • Using Bounds control of MRTK

    Using Bounds control of MRTK

    Summary MRTK provide manipulation behaviour as like bounding box. It’s Bounds Control. Scale Rotate Move Prerequisites Unity v2020.3.16f1 MRTK v2.7 macOS Big Sur v11.6 Steps Click Add Component. Type boundscontrol then click BoundsControlscript. Translation is disabled on default. Turn on Show Handle For Xor Show Handle For Yor Show Handle For Z if you need…