Description
Unity shows warnings about missing .meta files for two configurator files:
Asset Packages/com.coplaydev.unity-mcp/Editor/Clients/Configurators/KiloCodeConfigurator.cs has no meta file, but it's in an immutable folder. The asset will be ignored.
Asset Packages/com.coplaydev.unity-mcp/Editor/Clients/Configurators/RiderConfigurator.cs has no meta file, but it's in an immutable folder. The asset will be ignored.
Root Cause
The following files are missing from the repository:
MCPForUnity/Editor/Clients/Configurators/KiloCodeConfigurator.cs.meta
MCPForUnity/Editor/Clients/Configurators/RiderConfigurator.cs.meta
All other configurator files have their corresponding .meta files committed.
Fix
Generate and commit the missing .meta files for these two scripts.
🤖 Generated with Claude Code