با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
ARCore Extensions for Unity's AR Foundation از هر دو نسخه 4 و نسخه 5 بنیاد AR پشتیبانی می کند. برای ارتقای پروژه AR موجود خود به AR Foundation 5.x از AR Foundation 4.x، این مراحل را دنبال کنید:
مطمئن شوید که Packages/manifest.json دارای این نسخه ها برای بسته های زیر است:
"dependencies": {
-- other dependencies --
"com.google.ar.core.arfoundation.extensions": "https://github.com/google-ar/arcore-unity-extensions.git#arf5",
"com.unity.xr.arcore": "5.0.5",
"com.unity.xr.arfoundation": "5.0.5",
"com.unity.xr.arkit": "5.0.5",
-- other dependencies --
}
AR Foundation 5.x به دلیل وابستگی به TrackedPoseDriverبه بسته سیستم ورودی نیاز دارد. صحنههای نمونه برنامههای افزودنی ARCore به ماژول ورودی قدیمی نیاز دارند.
برای پشتیبانی از بسته Input System و Input Manager قدیمی، در Project Settings > Player > Other Settings،Active Input Handling را روی Both قرار دهید.
تاریخ آخرین بهروزرسانی 2024-11-19 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2024-11-19 بهوقت ساعت هماهنگ جهانی."],[[["ARCore Extensions for Unity's AR Foundation supports both AR Foundation version 4 and 5."],["To upgrade to AR Foundation 5.x, Unity 2021 or older users may need to update their package manifest to ensure compatibility."],["AR Foundation 5.x requires the Input System package but maintains backward compatibility with the legacy input module by setting \"Active Input Handling\" to \"Both\"."],["Consult Unity's AR Foundation upgrade and migration guides for comprehensive instructions beyond package updates and input settings."]]],[]]