Cursor AI Development Test

Brief introduction explaining what readers will learn…

Basic Concepts

Before we start, we need to understand some basic concepts…

Implementation Steps

Step 1: Preparation

Detailed explanation of the first step…

1
2
3
4
5
6
7
8
// Example code
Shader "Custom/ExampleShader"
{
Properties
{
_MainTex ("Texture", 2D) = "white" {}
}
}

Step 2: Core Implementation

Continue with the next step implementation…

Practical Application

How to apply this knowledge in real projects…

Next Steps

References

  1. Unity Documentation
  2. Shader Reference