संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Unity के AR Foundation के लिए ARCore एक्सटेंशन, AR Foundation के वर्शन 4 और वर्शन 5, दोनों के साथ काम करता है. अपने मौजूदा एआर प्रोजेक्ट को एआर फ़ाउंडेशन 4.x से
एआर फ़ाउंडेशन 5.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 एक्सटेंशन के सैंपल सीन के लिए, लेगसी इनपुट मॉड्यूल की ज़रूरत होती है.
इनपुट सिस्टम पैकेज और पुराने इनपुट मैनेजर,
दोनों पर काम करने के लिए, प्रोजेक्ट सेटिंग > प्लेयर > अन्य सेटिंग में, चालू इनपुट
हैंडलिंग को दोनों पर सेट करें.
[[["समझने में आसान है","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-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."]]],[]]