Does Inspector correspond to the Unity App?

The app(android apk) build by Unity.
I tryed to find elements by Appium Inspector.
But I found elements only [android.widget.FrameLayout].
I can’t find some elements(button or text) by Appium Inspector.
Does Inspector correspond to the Unity App?
Is there some build settings?

You can achieve this with AltUnity Tools, a test automation framework for Unity apps, it contains a desktop app similar to the Appium Inspector, but with access to the Unity objects: https://altom.com/testing-tools/altunitytester/

Also, here’s an article on how to use AltUnity and Appium together: https://altom.com/mobile-automated-tests-with-altunity-tester-and-appium/