![]() |
VOOZH | about |
dotnet add package Cocos2D-Mono.iOS --version 2.5.9
NuGet\Install-Package Cocos2D-Mono.iOS -Version 2.5.9
<PackageReference Include="Cocos2D-Mono.iOS" Version="2.5.9" />
<PackageVersion Include="Cocos2D-Mono.iOS" Version="2.5.9" />Directory.Packages.props
<PackageReference Include="Cocos2D-Mono.iOS" />Project file
paket add Cocos2D-Mono.iOS --version 2.5.9
#r "nuget: Cocos2D-Mono.iOS, 2.5.9"
#:package Cocos2D-Mono.iOS@2.5.9
#addin nuget:?package=Cocos2D-Mono.iOS&version=2.5.9Install as a Cake Addin
#tool nuget:?package=Cocos2D-Mono.iOS&version=2.5.9Install as a Cake Tool
<div align="center">
👁 DesktopGL (Windows/Linux/macOS)
👁 Windows
👁 macOS
👁 Linux
👁 Android
👁 iOS
</div>
Check out the guides!
Thanks so much for your interest in cocos2d-mono and wanting to contribute to the project! Here's a guide to help you get started.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-ios18.0 net9.0-ios18.0 is compatible. net10.0-ios net10.0-ios was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.6.0-preview.4 | 90 | 1/8/2026 |
| 2.6.0-preview.3 | 276 | 11/12/2025 |
| 2.6.0-preview.2 | 184 | 10/21/2025 |
| 2.6.0-preview.1 | 174 | 10/6/2025 |
| 2.5.9 | 135 | 4/3/2026 |
| 2.5.8 | 176 | 3/20/2026 |
| 2.5.7 | 116 | 2/21/2026 |
| 2.5.6 | 138 | 1/8/2026 |
| 2.5.5 | 267 | 10/21/2025 |
| 2.5.4 | 189 | 9/26/2025 |
| 2.5.3 | 269 | 6/5/2025 |
| 2.5.2 | 204 | 5/3/2025 |
| 2.5.1 | 181 | 4/5/2025 |
| 2.5.0 | 195 | 1/26/2025 |
| 2.4.8.3 | 172 | 1/14/2025 |
| 2.4.8.2 | 204 | 11/25/2024 |
| 2.4.8.1 | 212 | 10/23/2024 |
| 2.4.8 | 238 | 10/17/2024 |
| 2.4.7.18 | 233 | 9/24/2024 |
| 2.4.7.17 | 241 | 9/9/2024 |
- Added CCDrawNodeRetained for retained-mode drawing with shape handles (move, recolor, remove without Clear)
- Added CCPixelLabel optimized for frequent text updates with pre-cached character textures
- Added CCSoundHandle for per-instance audio control (volume, pan, pitch, stop, pause)
- Added CCFontManager for easy switching between content pipeline and direct TTF font loading
- Added CCCollision category/mask filtering with CollisionCategory and CollisionCategoryMask on CCNode
- Added CCEaseMath standalone easing utilities (Quad, Cubic, Lerp, ExpSmooth)