Skip to main content
Glama
DataPropertyPopulationTestScriptableObject.cs901 B
using System.Collections.Generic; using UnityEngine; namespace com.IvanMurzak.Unity.MCP.TestFiles { public class DataPropertyPopulationTestScriptableObject : ScriptableObject { public Sprite spriteProperty { get; set; } public Material materialProperty { get; set; } public GameObject gameObjectProperty { get; set; } public Texture2D textureProperty { get; set; } public ScriptableObject scriptableObjectProperty { get; set; } public GameObject prefabProperty { get; set; } public Material[] materialArrayProperty { get; set; } public GameObject[] gameObjectArrayProperty { get; set; } public List<Material> materialListProperty { get; set; } public List<GameObject> gameObjectListProperty { get; set; } public int intProperty { get; set; } public string stringProperty { get; set; } } }

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/IvanMurzak/Unity-MCP'

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