Skip to content
View douduck08's full-sized avatar

Organizations

@UnityMagicianUnion
Block or Report

Block or report douduck08

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Unity-RayTracing Unity-RayTracing Public

    Studying ray-tracing (path tracing) in unity. Ref, https://raytracing.github.io/

    C# 1 1

  2. Unity-RayMarching Unity-RayMarching Public

    Practicing ray marching with SDF

    C# 5 1

  3. Unity-AdvancedPipelineTest Unity-AdvancedPipelineTest Public

    Practice some advanced rendering pipeline. ex. Cluster Based Lighting

    C# 1

  4. Unity-VolumetricCloud Unity-VolumetricCloud Public

    Practice of volumetric cloud rendering

    C# 4

  5. Unity-UrpVolumetricLight Unity-UrpVolumetricLight Public

    Practice of volumetric light rendering in URP

    C# 7 2

  6. The general GetValue extension of Se... The general GetValue extension of SerializedProperty in Unity Editor.
    1
    Unity's SerializedProperty not support custom type value setting.
    2
    This extension use Reflection to get target instance of SerializedProperty in Custom Editor, made value setting of general type is posible.