AppLovinAppLovin

Migrating From Unity to Other Game Engines

Sep 18, 2023·7 min read

Summary

The article discusses the rising interest in migrating from Unity to other game engines, driven by recent Unity policy changes. It outlines three main components of a Unity project: scripts (MonoBehaviour classes), static assets (scenes, prefabs, materials), and plugins. Script migration is the biggest challenge due to Unity-specific APIs.

However, LLMs (e.g., ChatGPT 3.5-Turbo) can translate Unity C# to GDScript, Unreal Engine C++, and Cocos code with reasonable accuracy, though manual intervention is needed (e.g., InvokeRepeating was not ported correctly). Example code snippets show successful translation of a Player class. Static asset migration can leverage existing tools like FBX2glTF for Godot or Unreal's FBX support, but a unified framework is needed.

Plugin migration is complex due to Unity's ecosystem, but companies like AppLovin are creating plugins for other engines. The article calls for community contributions to improve prompts, add asset migration tools, and enhance the open-source tool Unifree (MIT license). The vision is to reduce tedious, repetitive migration work for developers.

You Might Also Like

AppsFlyerAppsFlyer

Marketing attribution guide: Best practices to optimize your ROI

Marketing attribution identifies which channels drive conversions, helping allocate budgets effectively. It uses models like single-touch (first/last click) or multi-touch (linear, time-decay) to assign credit across customer journeys. Challenges include privacy changes and tracking difficulties, but solutions like MMPs and AI can help optimize campaigns.

Shani Rosenfelder·Oct 11, 2023·5 min readRead article →
GoogleGoogle

Get creative with generative AI in Performance Max

Performance Max, an AI-powered campaign launched in 2021, now enables marketers to generate text and image assets in seconds using AI. New features include asset generation, image editing, and campaign-level brand exclusions. All generated images are watermarked with SynthID for transparency.

Pallavi Naresh·Nov 7, 2023·3 min readRead article →
MolocoMoloco

Inside Moloco's CARA: the AI that compounds

The open internet presents unique challenges for performance advertising: fragmented identity, closed first-price auctions, and non-stationary supply. Moloco's CARA compound architecture tackles this with six integrated technical domains—Campaign Automation, Supply, Ad Recommendations, Bidding, Creative, and Signals—running on a unified ML infrastructure. Key insights for ad ops: the system continuously learns from every interaction, uses knowledge distillation to serve real-time predictions under 10ms latency, and validates improvements through rigorous live experiments. In 2025, 65 validated model updates reduced CPA by 17% and improved ROAS by 27%. The key takeaway: compound AI architectures that connect prediction, bidding, creative, and data can unlock measurable performance gains beyond walled gardens.

Tal Shaked·Aug 7, 2026·14 min readRead article →
AppsFlyerAppsFlyer

Subscription-based apps: How to set yourself for success

Subscription apps like Netflix and Spotify charge recurring fees for premium features. They offer predictable revenue, higher user loyalty, and better App Store rankings. Key models include flat-rate, tiered, and per-user pricing. Success requires value-driven pricing, free trials, and transparent practices.

Shani Rosenfelder·Jul 17, 2023·5 min readRead article →
TikTokTikTok

Audience Targeting Best Practices | TikTok For Business Blog

TikTok recommends broad targeting for most advertisers, as it outperforms narrow targeting with lower CPA and higher conversion rates. Use Smart Targeting to expand when performance drops. Validate that advanced techniques beat broad targeting.

removing the auto targeting·Nov 1, 2023·8 min readRead article →
TikTokTikTok

Resonance: A Key Factor For Ad Effectiveness | TikTok Marketing Science | TikTok For Business Blog

Resonance, defined as attention times engagement, is key for ad effectiveness. Short, creative ads on TikTok achieve high impact early, with 50% effect in 2 seconds and 90% ad recall in 6 seconds.

incorporating our brain·Sep 26, 2023·8 min readRead article →
SensorTowerSensorTower

Top 10 Worldwide Mobile Games By Revenue and Downloads in August 2026

August mobile gaming saw stable revenue at $6.57B and downloads at 3.76B. Honor of Kings led revenue through major events, while Tencent titles accounted for 5 of top revenue growth spots, driven by China. Download trends highlighted open-world crime games (Gangstar Mirage City), ASMR unboxing (Mystery Dumpling), and casual vehicle titles, with high growth in India, Brazil, and Turkey. For ad ops, seasonal events, limited-time cosmetics, and localized partnerships are key to engagement; emerging genres and fast-growth markets present new user acquisition opportunities. Live-ops pacing is critical for monetization.

Donny Kristianto·Sep 4, 2026·8 min readRead article →
AppLovinAppLovin

My Views on The Unity Price Change

Unity's pricing changes provoke developer backlash, with 'United Game Devs' threatening to cut ad relationships. AppLovin CEO recommends retracting changes, shifting to transparent seat-based pricing for Pro/Enterprise, and better communication to preserve community trust.

Sep 15, 2023·3 min readRead article →

More from AppLovin