NLDClient-yudde/.github/protocols/no-meta-files.md

13 lines
394 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
scope: always
description: 不生成 Unity meta 文件,不主动编译项目
version: "1.0"
updated: "2026-05-08"
---
# Unity 项目约定
- 不要生成 Unity 的 .meta 文件,留给 Unity 自己生成
- 不要主动编译项目,这是一个 Unity 项目Unity 会自动进行编译
- 如果有编译错误用户会自主拷贝给你,但你可以做自己的静态代码检查