Quick Start Guide
Unlock the full potential of your Unity applications with the Eidolon.OS
package. Seamlessly integrate device-specific functionality and gather valuable system information to enhance user experiences and optimize performance.
1. Get Device Model
Discover the unique model of each user’s device to tailor experiences.
2. Get Device Type
Retrieve the type of the device (e.g., Phone, Tablet) to adapt your application’s interface and features.
3. Get Operating System
Ensure compatibility and optimize performance by knowing the device’s operating system.
4. Get Battery Level
Provide users with real-time battery status updates to manage their device usage effectively.
5. Get Graphics Device Name
Fine-tune graphics settings for optimal performance on different devices by retrieving the name of the graphics device.
6. Get System Memory Size
Optimize resource allocation by understanding the device’s available memory.
7. Get Screen Width
Design responsive layouts by dynamically adjusting to various screen widths.
8. Get Screen Height
Design responsive layouts by dynamically adjusting to various screen heights.
9. Is Touch Supported
Create intuitive touch-based interactions by detecting touch support.
10. Has Accelerometer
Enhance gameplay with motion-based controls by checking if the device has an accelerometer.
11. Has Gyroscope
Enhance gameplay with motion-based controls by checking if the device has a gyroscope.
12. Has Location Service
Provide location-based services tailored to user preferences by checking if location services are available on the device.
13. Get Device Language
Localize your application by automatically detecting the device’s language setting.
14. Get Network Reachability
Ensure seamless online experiences by monitoring network reachability.
15. Get Device UDID
Securely identify unique devices to personalize experiences and track analytics.
16. Get Processor Type
Optimize performance by understanding the device’s processor capabilities.
17. Get Processor Count
Optimize performance by understanding the number of processor cores on the device.
18. Get Processor Frequency
Optimize performance by understanding the current core processor frequency on the device.