Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Unity'nin AR Foundation'ı için ARCore Uzantıları, AR Foundation'ın hem 4. hem de 5. sürümünü destekler. Mevcut AR projenizi AR Foundation 4.x'ten AR Foundation 5.x'e yükseltmek için aşağıdaki adımları uygulayın:
Packages/manifest.json dosyasının aşağıdaki paketler için bu sürümleri içerdiğinden emin olun:
"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 hizmetine bağımlılık nedeniyle Giriş Sistemi paketini gerektirir.
ARCore uzantıları örnek sahneleri için eski giriş modülü gerekir.
Hem Giriş Sistemi paketini hem de eski Giriş Yöneticisi'ni desteklemek için Proje Ayarları > Oynatıcı > Diğer Ayarlar'da Etkin Giriş İşleme'yi Her İkisi olarak ayarlayın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-11-09 UTC."],[[["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."]]],[]]