Giter Site home page Giter Site logo

Comments (3)

SanderVocke avatar SanderVocke commented on June 23, 2024

After a lot of trial and error, managed to find the magic that should go into the Android manifest to make this work:

<meta-data
            android:name="com.oculus.always_draw_view_root"
            android:value="true" />

(to be put under the application tag).

Apparently this tag is somehow added to the manifest during the build process of the Edit Text sample, merged from the GAST core lib. I didn't notice because I was only looking at the files in the sample folder itself - I didn't know that the final manifest is different than the initial one.

This tag can be added in the Godot-generated build template too.

from gast.

SanderVocke avatar SanderVocke commented on June 23, 2024

I will keep the issue open, but feel free to close. The reason I think it would be good to keep this open is that it would be great to add some explanation of this to the README, or even another sample project that demonstrates "normal Godot Android usage" of the plugin, in line with the Godot instructions for Oculus Quest.

from gast.

curioussavage avatar curioussavage commented on June 23, 2024

I know it's been a while but I'm stuck on this. I tried adding that meta-data tag in my godot android build manifest, but on exporting that tag is removed from the file. I tried adding it when I built the android plugins in this repo but it doesn't seem to be working because the gastnode is still just black

from gast.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.