Commit Graph

3 Commits (8c6cefdd3feb98a2bd03d15b722cda1aa352b75d)

Author SHA1 Message Date
Shutong Wu bb56f78ad3
Token Optimization for VFX (#626)
* Token Optimization for VFX

* Update VFXs

* Small fix based on AI feedback

* Update ManageVFX.cs
2026-01-25 19:34:28 -05:00
Shutong Wu f2d56cfb22
Add support for 'standard' shader alias
Fix the no-parameter-material generation issue in URP setting
2026-01-10 23:17:44 -05:00
Shutong Wu eb9327c06a
[FIX] Temp Update on Material Assignment (#420)
* Temp Update on Material Assignment

Previously it was shader assignment by request or iterative order from URP to Unlit, but LLM usually assign Standard in a URP setting.

This small fix introduce the helper to resolve some of the conflicts, while give warnings in the log to show if the user is creating a shader in a non-compatible setting.

* Update RenderPipelineUtility.cs
2025-12-03 00:39:38 -05:00