Cocos2D-Mono.iOS
2.5.10
See the version list below for details.
dotnet add package Cocos2D-Mono.iOS --version 2.5.10
NuGet\Install-Package Cocos2D-Mono.iOS -Version 2.5.10
<PackageReference Include="Cocos2D-Mono.iOS" Version="2.5.10" />
<PackageVersion Include="Cocos2D-Mono.iOS" Version="2.5.10" />Directory.Packages.props
<PackageReference Include="Cocos2D-Mono.iOS" />Project file
paket add Cocos2D-Mono.iOS --version 2.5.10
#r "nuget: Cocos2D-Mono.iOS, 2.5.10"
#:package Cocos2D-Mono.iOS@2.5.10
#addin nuget:?package=Cocos2D-Mono.iOS&version=2.5.10Install as a Cake Addin
#tool nuget:?package=Cocos2D-Mono.iOS&version=2.5.10Install as a Cake Tool
<div align="center">
Cocos2D-Mono
MonoGame powered built the cocos2d way!
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-ios18.0 is compatible. net10.0-ios was computed. |
-
- MonoGame.Content.Builder.Task (>= 3.8.4.1)
- MonoGame.Framework.iOS (>= 3.8.4.1)
- OpenTK (>= 4.9.4)
- SharpZipLib (>= 1.4.2)
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 | 96 | 1/8/2026 |
| 2.6.0-preview.3 | 281 | 11/12/2025 |
| 2.6.0-preview.2 | 191 | 10/21/2025 |
| 2.6.0-preview.1 | 179 | 10/6/2025 |
| 2.5.10 | 92 | 6/25/2026 |
| 2.5.9 | 141 | 4/3/2026 |
| 2.5.8 | 194 | 3/20/2026 |
| 2.5.7 | 120 | 2/21/2026 |
| 2.5.6 | 142 | 1/8/2026 |
| 2.5.5 | 272 | 10/21/2025 |
| 2.5.4 | 193 | 9/26/2025 |
| 2.5.3 | 275 | 6/5/2025 |
| 2.5.2 | 209 | 5/3/2025 |
| 2.5.1 | 189 | 4/5/2025 |
| 2.5.0 | 201 | 1/26/2025 |
| 2.4.8.3 | 178 | 1/14/2025 |
| 2.4.8.2 | 210 | 11/25/2024 |
| 2.4.8.1 | 216 | 10/23/2024 |
| 2.4.8 | 243 | 10/17/2024 |
| 2.4.7.18 | 237 | 9/24/2024 |
2.5.10 - Modernization & hardening release (runtime unchanged: .NET 9 / MonoGame 3.8.4.1).
- BREAKING: removed the custom Cocos2D.ArrayPool<T>; CCRawList<T> now pools via System.Buffers.ArrayPool<T> (the public UseArrayPool option is unchanged)
- Fixed a CCDirector.SharedDirector lazy-init race that could expose a half-initialized director under concurrent first access
- Fixed CCInputState per-frame delta time, CCTouchDelegate handler lookup (no longer throws on an unregistered event), and CCRawList.PackToCount buffer ownership
- CCRawList pooling is now backed by System.Buffers.ArrayPool (~21% faster, near-zero allocation on the pooled path)
- Removed all dead platform code (WINDOWS_PHONE/XBOX/XBOX360/PSM/WP8/SILVERLIGHT/PCL and NETFX_CORE/WINRT/WINDOWS_UWP); deleted Tuple.cs and b2FlagExtensions.cs; ArrayList/Hashtable -> generics
- Added a unit-test suite and a BenchmarkDotNet project, plus an .editorconfig baseline