Game Development Category

Articles in the "Game Development" category.

    How to Implement a Charge Attack in Unity Using the Input System

    How to Implement a Charge Attack in Unity Using the Input System

    Learn how to implement a charge attack in Unity using the Input System. A simple approach using started and canceled eve...
    Safe and Efficient Unity Scene Transitions Using SceneAsset + OnValidate

    Safe and Efficient Unity Scene Transitions Using SceneAsset + OnValidate

    A guide on implementing safe scene transitions in Unity using SceneAsset and OnValidate, solving the problems of string-...
    How to Play Sound Effects at Specific Timings Using Live2D Motion Events in Unity

    How to Play Sound Effects at Specific Timings Using Live2D Motion Events in Unity

    A guide on setting events in Live2D motions and playing sound effects at specific timings in Unity
    How to Switch Game Screen Resolution Between 1080p and 720p in Unity Using Screen.SetResolution

    How to Switch Game Screen Resolution Between 1080p and 720p in Unity Using Screen.SetResolution

    How to dynamically change game screen resolution in Unity. Explains Screen.SetResolution usage with UI button implementa...
    January 18, 2024
    How to Display a Live2D Model on Unity's UI Canvas (RenderTexture + RawImage)

    How to Display a Live2D Model on Unity's UI Canvas (RenderTexture + RawImage)

    Learn how to display a Live2D model on Unity's UI Canvas using RenderTexture and RawImage with step-by-step instructions...