unity-mobile

Community

Mobile-optimized Unity apps on iOS/Android

Authorcreator-hian
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill focuses on optimizing Unity games for mobile platforms, addressing runtime performance, memory, and platform-specific constraints.

Core Features & Use Cases

  • IL2CPP optimization and memory management
  • Platform-specific code paths (iOS/Android)
  • Touch input and mobile UI considerations
  • App size, battery, and performance best practices

Quick Start

Wrap platform-specific code with #if UNITY_IOS / UNITY_ANDROID and test on target devices.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: unity-mobile
Download link: https://github.com/creator-hian/claude-code-plugins/archive/main.zip#unity-mobile

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository