# Cursor ignore file for Unity projects # This file tells Cursor which files and directories to ignore # Unity generated directories Library/ Temp/ obj/ Build/ Builds/ Logs/ UserSettings/ bin/ SerializedBuildInfo/ HybridCLRData/ # Unity asset files *.meta *.asset *.unitypackage *.prefab *.unity *.scene # Image files *.png *.jpg *.jpeg *.gif *.bmp *.tiff *.tga *.psd *.ai *.eps *.svg *.webp *.ico *.hdr *.exr *.raw # Audio files *.mp3 *.wav *.ogg *.aiff *.flac *.m4a *.aac *.ac3 # 3D model files *.fbx *.obj *.3ds *.dae *.blend *.max *.c4d *.ma *.mb *.skp *.sketchup *.ply *.stl *.x3d *.gltf *.glb *.usd *.usda *.usdc *.usdz # Material and shader files *.mat *.shader *.compute *.hlsl *.cginc *.shadergraph *.shadersubgraph *.vfx *.vfxasset # Animation files *.anim *.controller *.playable *.timeline *.playable *.mask *.avatar *.humanoid # UI and font files *.guiskin *.fontsettings *.mixer *.renderTexture *.cubemap *.flare *.font *.otf *.ttf *.ui *.uxml *.uss # Build and cache files *.apk *.aab *.ipa *.app *.exe *.dll *.pdb *.mdb *.opendb *.VC.db *.pidb *.booproj *.svd *.tmp *.user *.userprefs *.suo *.pidb.meta *.pdb.meta *.mdb.meta # IDE and editor files .vs/ .vscode/ .idea/ *.csproj *.unityproj *.sln *.suo *.tmp *.user *.userprefs *.pidb *.booproj *.svd *.pdb *.mdb *.opendb *.VC.db .vsconfig .vshistory # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Test and temporary files **/TempTest/ **/StreamingAssets/build_info/ # Additional Unity specific patterns **/AddressableAssetsData/ **/ABPackage/ **/AssetsPackage/ **/CoreLib/ **/ExternalDependencyManager/ **/GoogleMobileAds/ **/MaxSdk/ **/MeshBaker/ **/Plugins/ **/RenderPiplines/ **/Shader/ **/SignalRLink/ **/TextMesh Pro/ **/TmpRemoved/ **/UnconfirmedAssets/