Git Product home page Git Product logo

Comments (2)

louisch avatar louisch commented on June 7, 2024

arunityx right now only targets macOS. I'm trying to get it to work for Linux, so I'll report in as I progress.

That particular line seems to rename lines in a particular file ($ARUNITYX_HOME/Source/Package/Assets/artoolkitX-Unity/Scripts/Editor/ARToolKitMenuEditor.cs) to the correct version using sed, but I don't know whether the version of sed on macOS is different, because that line seems to be using the wrong syntax. I fixed it by deleting the '' in sed -Ei '' (the first set of single-quotes), and also for some reason packaging.sh seemed to assume some paths were lowercase when they were mixed for me, so I had to change those lines too. Assuming your sed isn't too different to mine that hopefully will work.

Additionally, the line directly below that one (line 56) assumes that Unity is installed in /Applications. As in, that you're running macOS and you've installed Unity as a application. You would have to change that to wherever you've installed Unity on your Windows computer. If you installed Unity standalone, it should be something like C:\Program Files\Unity\Editor\Unity.exe. If you installed with Unity Hub, it'll be something like C:\Program Files\Unity\Hub\Editor\2018.3.5f1\Editor\Unity.exe

from arunityx.

philip-lamb avatar philip-lamb commented on June 7, 2024

Should be resolved in v1.1.2 release.

from arunityx.

Related Issues (20)

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.