get_template
Fetch a base UdonSharp template before writing code. Adapt its fields and logic, avoid inventing networking, then call validate_code.
Instructions
WHEN: before writing UdonSharp. HOW: use the returned source as the BASE — adapt fields/logic; do NOT invent networking (ownership, Manual sync, RequestSerialization). After adapting, call validate_code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| templateId | Yes | Template id/filename. Fetch BEFORE writing — adapt as base; do not invent networking. |