Cocos2D-Mono.Core.Android 2.5.9

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Cocos2D-Mono.Core.Android --version 2.5.9
                    
NuGet\Install-Package Cocos2D-Mono.Core.Android -Version 2.5.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cocos2D-Mono.Core.Android" Version="2.5.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cocos2D-Mono.Core.Android" Version="2.5.9" />
                    
Directory.Packages.props
<PackageReference Include="Cocos2D-Mono.Core.Android" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Cocos2D-Mono.Core.Android --version 2.5.9
                    
#r "nuget: Cocos2D-Mono.Core.Android, 2.5.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Cocos2D-Mono.Core.Android@2.5.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Cocos2D-Mono.Core.Android&version=2.5.9
                    
Install as a Cake Addin
#tool nuget:?package=Cocos2D-Mono.Core.Android&version=2.5.9
                    
Install as a Cake Tool

<div align="center">

Cocos2D-Mono

MonoGame powered built the cocos2d way!

Check out the docs!

DesktopGL (Windows/Linux/macOS) Windows macOS Linux Android iOS

</div>

Getting Started

Check out the guides!

Contributing

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 Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.6.0-preview.4 54 1/8/2026
2.6.0-preview.3 255 11/12/2025
2.6.0-preview.2 152 10/21/2025
2.6.0-preview.1 145 10/6/2025
2.5.9 0 4/3/2026
2.5.8 86 3/20/2026
2.5.7 95 2/21/2026
2.5.6 111 1/8/2026
2.5.5 204 10/21/2025
2.5.4 161 9/26/2025
2.5.3 241 6/5/2025
2.5.2.1 225 5/19/2025
2.5.2 134 5/3/2025
2.5.1 161 4/5/2025
2.5.0 171 1/26/2025
2.4.8.3 149 1/14/2025
2.4.8.2 217 11/25/2024
2.4.8.1 173 10/23/2024
2.4.8 198 10/17/2024
2.4.7.18 177 9/24/2024
Loading failed

- 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)