Unity के लिए ARCore एक्सटेंशन के साथ ARCore सेशन को कॉन्फ़िगर करें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अपने ऐप्लिकेशन के लिए एआर अनुभव बनाने के लिए, ARCore सेशन को कॉन्फ़िगर करें.
सेशन क्या होता है?
मोशन ट्रैकिंग, पर्यावरण के बारे में जानकारी पाना, और रोशनी का अनुमान लगाने जैसी सभी एआर प्रोसेस, ARCore सेशन में होती हैं. ARSession, ARCore API का मुख्य एंट्री पॉइंट है. यह एआर सिस्टम की स्थिति को मैनेज करता है और सेशन के लाइफ़साइकल को हैंडल करता है. इससे ऐप्लिकेशन को सेशन बनाने, कॉन्फ़िगर करने, शुरू करने या बंद करने की अनुमति मिलती है. सबसे अहम बात यह है कि इससे ऐप्लिकेशन को ऐसे फ़्रेम मिलते हैं जिनसे कैमरे की इमेज और डिवाइस के पोज़ को ऐक्सेस किया जा सकता है.
सेशन का इस्तेमाल, इन सुविधाओं को कॉन्फ़िगर करने के लिए किया जा सकता है:
ARCore एक्सटेंशन का इस्तेमाल करने से पहले, AR Foundation को सेट अप करना ज़रूरी है. एआर सीन सेट अप करने के निर्देशों के लिए, AR Foundation सेटअप से जुड़ा दस्तावेज़ देखें.
[[["समझने में आसान है","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-02-28 (UTC) को अपडेट किया गया."],[[["An ARCore session manages all AR processes like motion tracking and environmental understanding, and is accessed through the `ARSession` object."],["Before configuring an ARCore session, ensure both AR Foundation and ARCore Extensions are properly set up in your Unity project."],["You can configure extension features within the ARCoreExtensionsConfig asset, which allows you to customize session behavior."],["Starting with AR Foundation 4.0, session management is handled through `LoaderUtility` functions instead of destroying the `ARSession` game object."],["After configuring your session, explore the provided quickstart guides for Android and iOS to begin building AR experiences with ARCore Extensions."]]],["An ARCore session is essential for AR processes like motion tracking and lighting estimation. `ARSession` manages the AR system state, including session creation and configuration, and enables access to camera images and device pose. Before configuring the ARCore session, AR Foundation and ARCore Extensions must be set up. You need to create an `ARCore Extensions Config` asset in Unity and connect it to the `ARCore Extensions` object. Session management is done using `LoaderUtility` functions in newer versions of AR Foundation.\n"]]