Open in app

Sign In

Write

Sign In

Hiruma Kazuya
Hiruma Kazuya

19 Followers

Home

About

Jun 9, 2021

How to make C++ DLL and use it in Unity

Overview This article shows you how to make C++ DLL using classes and use it in Unity. This might help you to understand how the DLL is made and what happened in Unity. Define a C++ class Let’s start to define a C++ class normally. #pragma once #ifdef DLLPROJECT_EXPORTS # define EXPORT __declspec(dllexport) #else #…

Unity

3 min read

Unity

3 min read


May 22, 2020

How to make a wire frame shader?

This article will show you how to make a wire frame shader and what algorithm is. I referred below repository’s shader. If you want to get more details, please check it out. UnityCommunity/UnityLibrary 🎉 Welcome to Unity Library 🎉 Useful scripts, snippets and shaders here it is gathered for free. We have collected…github.com Base idea Base idea is to use cross product to calculate an area of triangle. …

Cross Product

4 min read

How to make a wire frame shader?
How to make a wire frame shader?
Cross Product

4 min read


Oct 2, 2019

Implementation of Generalized Perspective Projection on the Unity

This article shows an implementation of Generalized Perspective Projection on the Unity. That means that makes a generalized perspective projection matrix for arbitrary view. This implementation refer the paper below link. I’ll show you demos implementated it on the Unity. You can see the result at below video. First…

Game Development

5 min read

Implementation of Generalized Perspective Projection on the Unity
Implementation of Generalized Perspective Projection on the Unity
Game Development

5 min read


Sep 3, 2019

Using CustomEditor extension

This article tells you how to use CustomEditor in inspector in Unity. If you want to know that how to create a custom editor for toggling with a bool member, this article will help you. This extension is going to show like below. Preparation You should import UnityEditor namespace and…

Unity

2 min read

Using CustomEditor extension
Using CustomEditor extension
Unity

2 min read

Hiruma Kazuya

Hiruma Kazuya

19 Followers

I’m an AR engineer. I work at MESON.inc

Following
  • Mody Ari

    Mody Ari

  • Yoshifumi Kawai

    Yoshifumi Kawai

  • JeB Barabanov

    JeB Barabanov

  • Volodymyr Kurbatov

    Volodymyr Kurbatov

  • Lanre Olokoba

    Lanre Olokoba

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech