Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    SOLVED Godot project

    App Development
    2
    6
    537
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • pavelprosto
      pavelprosto last edited by

      I try compile Godot project for Circle Jump https://open-store.io/app/circlejump.abmyii
      build-ubports.sh script don't work. Instructions on how to compile there are not.
      Does anyone have any experience or instructions on how to compile a project for Godot?

      Your donations help me to continue programming free and openSource application development https://liberapay.com/pavelprosto/

      pavelprosto 1 Reply Last reply Reply Quote 0
      • pavelprosto
        pavelprosto @pavelprosto last edited by

        @pavelprosto I love to ask, and then answer my own question 🙂
        error in build-ubports.sh:
        Go to 7 line and change URL_LATEST
        Copy actual ubports-godot link for armhf architecture.

        # The latest build can always be obtained from this URL
        URL_LATEST=https://gitlab.com/abmyii/ubports-godot/-/jobs/1091542236/artifacts/download
        

        Then launch terminal, connect your phone and run:

        clickable
        

        It remains to figure out how to create your own project like this.

        Your donations help me to continue programming free and openSource application development https://liberapay.com/pavelprosto/

        pavelprosto 1 Reply Last reply Reply Quote 1
        • pavelprosto
          pavelprosto @pavelprosto last edited by

          I managed to create a project. Created a new folder, copied the project. And I copied the missing files, then replaced the name in them with what I need.
          The build has started, but the project crashes when launched on a smartphone.
          It is necessary to understand how the circle_jump. pack file is created

          Your donations help me to continue programming free and openSource application development https://liberapay.com/pavelprosto/

          CiberSheep 1 Reply Last reply Reply Quote 0
          • CiberSheep
            CiberSheep @pavelprosto last edited by

            @pavelprosto I remember a discussion on Telegram. Maybe you can ask ambyii for help (or open an issue on the git repo)

            Another planet, another time, another universe!

            pavelprosto 1 Reply Last reply Reply Quote 0
            • pavelprosto
              pavelprosto @CiberSheep last edited by

              @cibersheep Can you send a link to the channel?

              Your donations help me to continue programming free and openSource application development https://liberapay.com/pavelprosto/

              pavelprosto 1 Reply Last reply Reply Quote 0
              • pavelprosto
                pavelprosto @pavelprosto last edited by pavelprosto

                Finish!

                • If you want to create a Godot project, you need to use version 3.2.1
                  https://downloads.tuxfamily.org/godotengine/3.2.1/
                • We create a project folder and copy the missing files to it.
                  Directory click, build-ubports.sh, clickable.json
                  from ubports-circle-jump
                • In all files, you must replace the project name with your own.
                • Open Godot project. Project->Export->Linux/X11->Export PCK/ZIP
                • Save your *.pck file in project(Clickable) path.
                • Open terminal in project path and run:
                clickable
                

                You may have an error: 404 file not found.
                In build-ubports.sh go to 7 line and change URL_LATEST
                Copy actual ubports-godot link for armhf architecture.

                # The latest build can always be obtained from this URL
                URL_LATEST=https://gitlab.com/abmyii/ubports-godot/-/jobs/1091542236/artifacts/download
                

                For better work, do not forget to change the settings of your project, as in the example of ubports-circle-jump

                Your donations help me to continue programming free and openSource application development https://liberapay.com/pavelprosto/

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post