Skip to main content
Glama
unity-client.csproj.disabled1.18 kB
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>UnityMCP.Client</RootNamespace> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <GenerateDocumentationFile>true</GenerateDocumentationFile> <NoWarn>$(NoWarn);1591</NoWarn> </PropertyGroup> <ItemGroup> <PackageReference Include="Autofac" Version="8.2.1" /> <PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" /> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.0" /> </ItemGroup> <!-- Unity references --> <ItemGroup> <Reference Include="UnityEngine"> <HintPath>E:\UnityHubEditor\6000.0.27f1\Editor\Data\Managed\UnityEngine.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="UnityEditor"> <HintPath>E:\UnityHubEditor\6000.0.27f1\Editor\Data\Managed\UnityEditor.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> </Project>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TSavo/Unity-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server