קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Unity הוא מנוע משחקים חוצה פלטפורמות שמשמש משחקים רבים בחנות Google Play. הכלים המודולריים של Unity עוזרים לכם ליצור משחקים ניידים דו-ממדיים או תלת-ממדיים שמושכים את תשומת הלב של המשתמשים.
יצירת משחק Unity ל-Android
כדי ליצור חוויית משחק לשחקנים ב-Android, פועלים לפי השלבים הבאים:
כדי להפעיל את Unity Hub, לוחצים על הכרטיסייה Installs (התקנות) ואז על Install Unity editor (התקנת כלי העריכה של Unity). מתקינים גרסה של Unity Editor שתומכת באפליקציות 64-ביט. הגרסאות האלה תומכות ב-Android App Bundles, שמאפשרים הורדות קטנות יותר ומותאמות יותר.
כשמתקינים את Unity Editor, חשוב לסמן את התיבה שליד המודול Android Build
Support כדי לכלול אותו.
מרחיבים את המודול Android Build Support. אם אתם משתמשים ב-Unity 2019 ואילך, צריך להוסיף את המודול Android SDK & NDK Tools.
Play Asset Delivery מאפשר לארוז AssetBundles ונכסים אחרים ב-Android App Bundle ולהעביר אותם דרך Google Play. במאמרי העזרה ובמאמרי העזרה של Runtime API יש מידע נוסף על שילוב התכונה הזו עם פלאגינים של Unity.
Play Integrity API
Play Integrity API עוזר לכם לוודא שלא מתבצעים שינויים במשחק שלכם, שהוא הותקן דרך Google Play ושהוא פועל במכשיר Android מקורי או דרך שירות מקורי של Google Play Games במחשב. השרת העורפי של המשחק יכול להגיב כשמזהים תנועה מסוכנת כדי למנוע גישה לא מורשית ורמאות. במאמרי העזרה ובמאמרי העזרה של Runtime API יש מידע נוסף על שילוב התכונה הזו עם פלאגינים של Unity.
עדכונים בתוך האפליקציה ב-Play
התכונה 'עדכונים בתוך האפליקציה' מאפשרת לכם להציג למשתמשים בקשה לעדכן לגרסה האחרונה של המשחק, כשגרסה חדשה זמינה, בלי שהמשתמשים יצטרכו להיכנס לחנות Play. במאמרי העזרה ובמאמרי העזרה של Runtime API יש מידע נוסף על שילוב התכונה הזו עם פלאגינים של Unity.
ביקורות באפליקציה ב-Play
התכונה 'שליחת ביקורת באפליקציה' מאפשרת לכם לעודד משתמשים לשלוח דירוגים וביקורות בחנות Play בלי לצאת מהמשחק. במסמכי התיעוד ובמאמרי העזרה של Runtime API יש מידע נוסף על שילוב התכונה הזו עם פלאגינים של Unity.
Play Games Services
שירות המשחקים של Google Play מאפשר לכם לגשת ל-API של Google Play Games דרך הממשק החברתי של Unity כדי לספק גישה לתכונות כמו אימות שחקנים באמצעות חשבונות Google Play Games, אינטראקציה עם רשימות חברים וניהול הישגים (פתיחה, חשיפה והגדלה). הוראות מפורטות להגדרה ולשימוש זמינות במסמכי התיעוד.
תמיכה בגודל דף של 16KB
דף הוא רמת הגרנולריות שבה מערכת הפעלה מנהלת זיכרון.
כדי לשפר את הביצועים של מערכת ההפעלה באופן כללי, וכדי לתת ליצרני מכשירים אפשרות לבחור בין האפשרויות האלה, ב-Android 15 (רמת API 35) ובגרסאות מתקדמות יותר אפשר להשתמש בדפים בגודל 4KB או 16KB. מכשירים שמגדירים בהם דפים בגודל 16KB משתמשים בממוצע במעט יותר זיכרון, אבל גם נהנים משיפורים שונים בביצועים.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-26 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-08-26 (שעון UTC)."],[],[],null,["Unity is a cross-platform game engine used by many games on the Google Play\nStore. Unity's modular tools help you produce and deliver highly engaging 2D or\n3D mobile games.\n\nCreate a Unity game for Android\n\nTo create a game experience for players on Android, follow these steps:\n\n1. [Download](https://unity3d.com/get-unity/download) and [install the Unity Hub](https://docs.unity3d.com/Manual/GettingStartedInstallingUnity.html).\n2. To start Unity Hub, click **Installs** tab and then click **Install Unity\n editor** . Install a version of the Unity Editor that [supports 64-bit\n apps](/games/optimize/64-bit#unity-developers). These versions support [Android App Bundles](/guide/app-bundle), which enable\n smaller, more optimized downloads.\n\n3. When you install the Unity Editor, make sure to include the [**Android Build\n Support**](https://docs.unity3d.com/Manual/android-sdksetup.html) module by checking the box next to it.\n\n - Expand the **Android Build Support** module. If you are using Unity 2019 or later, add the **Android SDK \\& NDK Tools** module.\n\n4. In the **Projects** tab, click **New project**.\n\n5. To develop your game, see the [learn](https://learn.unity.com/learn/) page.\n\nPlay Asset Delivery\n\nPlay Asset Delivery enables AssetBundles and other assets to be packaged into an\nAndroid App Bundle and delivered through Google Play. Refer to the\n[documentation](/guide/playcore/asset-delivery/integrate-unity) and [Runtime API reference](/reference/unity/namespace/Google/Play/AssetDelivery) for more information on how to\nintegrate this feature with Unity plugins.\n\nPlay Integrity API\n\nPlay Integrity API helps you check that your game is unmodified, installed by\nGoogle Play, and running on either a genuine Android-powered device or a genuine\ninstance of Google Play Games for PC. Your game's backend server can respond\nwhen you detect risky traffic to prevent unauthorized access and cheating. Refer\nto the [documentation](/google/play/integrity/setup#unity) and [Runtime API reference](/reference/unity/namespace/Google/Play/Integrity) for more information\non how to integrate this feature with Unity plugins.\n\nPlay In-app Updates\n\nPlay In-app Updates lets you prompt users to update to the latest version of\nyour game, when a new version is available, without the user needing to visit\nthe Play Store. Refer to the [documentation](/guide/playcore/in-app-updates/unity) and [Runtime API reference](/reference/unity/namespace/Google/Play/AppUpdate)\nfor more information on how to integrate this feature with Unity plugins.\n\nPlay In-app Reviews\n\nPlay In-app Reviews lets you prompt users to submit Play Store ratings and\nreviews without leaving your game. Refer to the [documentation](/guide/playcore/in-app-review/unity) and [Runtime\nAPI reference](/reference/unity/namespace/Google/Play/Review) for more information on how to integrate this feature with\nUnity plugins.\n\nPlay Games Services\n\nPlay Games Services lets you access the Google Play Games API through Unity's\n[social interface](http://docs.unity3d.com/Documentation/ScriptReference/Social.html) to provide access to features like player authentication\nwith Google Play Games accounts, interaction with friends lists, and achievement\nmanagement (unlocking, revealing, and incrementing). Detailed setup and usage\ninstructions are available in the [documentation](/games/pgs/unity/unity-start).\n\n16 KB page size support\n\nA page is the granularity at which an operating system manages [memory](https://android-developers.googleblog.com/2024/08/adding-16-kb-page-size-to-android.html).\nTo improve the operating system performance overall and to give device\nmanufacturers an option to make this trade-off, Android 15 (API level 35) and\nhigher can run with 4 KB or 16 KB page sizes. Devices configured with\n16 KB page sizes use slightly more memory on average but also gain various\nperformance improvements.\n\nUnity has 16 KB page support for [Unity 2021, 2022](https://discussions.unity.com/t/info-unity-engine-support-for-16-kb-memory-page-sizes-android-15/1589588) and [Unity 6](https://docs.unity3d.com/6000.0/Documentation/Manual/android-requirements-and-compatibility.html)."]]