UBports Robot Logo UBports Forum
    • 版面
    • 最新
    • 標籤
    • 熱門
    • 使用者
    • 群組
    • 搜尋
    • 註冊
    • 登入

    Godot project

    已排程 已置頂 已鎖定 已移動 Solved App Development
    6 貼文 2 Posters 761 瀏覽 2 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
      回覆
      • 在新貼文中回覆
      登入後回覆
      此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
      • pavelprostoP 離線
        pavelprosto
        最後由 編輯

        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/

        pavelprostoP 1 條回覆 最後回覆 回覆 引用 0
        • pavelprostoP 離線
          pavelprosto @pavelprosto
          最後由 編輯

          @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/

          pavelprostoP 1 條回覆 最後回覆 回覆 引用 1
          • pavelprostoP 離線
            pavelprosto @pavelprosto
            最後由 編輯

            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/

            CiberSheepC 1 條回覆 最後回覆 回覆 引用 0
            • CiberSheepC 離線
              CiberSheep @pavelprosto
              最後由 編輯

              @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!

              pavelprostoP 1 條回覆 最後回覆 回覆 引用 0
              • pavelprostoP 離線
                pavelprosto @CiberSheep
                最後由 編輯

                @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/

                pavelprostoP 1 條回覆 最後回覆 回覆 引用 0
                • pavelprostoP 離線
                  pavelprosto @pavelprosto
                  最後由 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 條回覆 最後回覆 回覆 引用 1
                  • 第一個貼文
                    最後的貼文