unity-mcp/TestProjects
dsarno 7d58053f87
fix: replace Editor-only McpLog with Debug.LogWarning in Runtime assembly (#535)
- UnityTypeConverters.cs referenced McpLog (Editor-only) from Runtime asmdef
- This caused CS0103 build errors in player builds
- Replaced with UnityEngine.Debug.LogWarning for runtime compatibility

Also cleaned up test file:
- Removed stale NL test artifacts (Build marker, Tail test comments)
- Removed unused local functions causing CS8321 warnings
2026-01-08 07:59:05 -08:00
..
AssetStoreUploads Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
UnityMCPTests fix: replace Editor-only McpLog with Debug.LogWarning in Runtime assembly (#535) 2026-01-08 07:59:05 -08:00