一键导入
uloop-get-project-info
Get Unity project information via uloop CLI. Use when you need to check project settings, Unity version, platform, or other project metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get Unity project information via uloop CLI. Use when you need to check project settings, Unity version, platform, or other project metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | uloop-get-project-info |
| description | Get Unity project information via uloop CLI. Use when you need to check project settings, Unity version, platform, or other project metadata. |
| internal | true |
Get detailed Unity project information.
uloop get-project-info
None.
Returns JSON with:
ProjectName: Application product nameCompanyName: Company nameVersion: Application versionUnityVersion: Unity Editor versionPlatform: Current platformDataPath: Assets folder pathIsEditor: Whether running in editorIsPlaying: Whether in play modeDeviceType: Device typeOperatingSystem: OS informationProcessorType: CPU typeSystemMemorySize: RAM size in MBGraphicsDeviceName: GPU nameThis is a sample custom tool demonstrating how to create MCP tools.
Clear Unity Console entries. Use before compile, tests, or debugging when stale logs would hide the current result.
Compile the Unity project and report errors/warnings. Use after C# edits or when a full Domain Reload compile is needed.
Control Unity Editor Play Mode. Use to start, stop, or pause Play Mode for runtime behavior checks and frame inspection.
Execute C# with Unity APIs when existing uloop tools cannot inspect or edit enough. Use for scene, prefab, SerializedObject, AssetDatabase refresh/.meta generation, menu, or PlayMode automation.
Find or inspect Unity GameObjects, especially objects the user currently selected in the Hierarchy. Use for details, components, tags, layers, or name/path searches.
Bring the Unity Editor window to front. Use when Unity must be visible for visual checks or user-facing interaction.