Code Monkey home page Code Monkey logo

Comments (7)

srepollock avatar srepollock commented on August 20, 2024

@nicwhitts did you run the React Native export from within Unity?

from react-native-unity-view.

Arnaod avatar Arnaod commented on August 20, 2024

Hey,
I'm having the same issue, any update @nicwhitts ?

from react-native-unity-view.

CurralesDragon avatar CurralesDragon commented on August 20, 2024

Let me try and remember what happened here. Iv been using it again successfully.

from react-native-unity-view.

CurralesDragon avatar CurralesDragon commented on August 20, 2024

Post your Build.cs script and il take a look

from react-native-unity-view.

CurralesDragon avatar CurralesDragon commented on August 20, 2024

Actually, it could of been this fix in build.gradle:

flatDir {
            dirs "${project(':unityLibrary').projectDir}/libs"
        }

Changing to unityLibrary instead of unityExport

There may be some other places I had to change this if i remember correctly. But maybe not! Let me know

from react-native-unity-view.

Arnaod avatar Arnaod commented on August 20, 2024

Hi, thank you for your answers.

So far I changed it in the build.gradle :

include ":unityLibrary"
project(":unityLibrary").projectDir = file("./UnityExport")

As well as settings.gradle:

flatDir {
dirs "${project(':unityLibrary').projectDir}/libs"
}

But still, I need to check "Export Project" for my build to work.

from react-native-unity-view.

bll-manapulian avatar bll-manapulian commented on August 20, 2024

Hi, @nicwhitts , or @Arnaod have you made it work already? I've tried Arnaod's changes but no luck

from react-native-unity-view.

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.