SaadSFS

Results 5 comments of SaadSFS

> According to my personal experience, the cause is either you forgot to define, or have not yet defined, the project `:unityLibrary` ([step 2](https://github.com/azesmway/react-native-unity/blob/main/README.md#android)), or the Unity Android project folder...

> I've added directly in the included project > > ``` > android/settings.gradle > > include ':unityLibrary' > project(':unityLibrary').projectDir=new File('..(path to)....\\unityLibrary') > > android/app/build.gradle (dependencies) > > implementation project(':unityLibrary') >...

> I've added directly in the included project > > ``` > android/settings.gradle > > include ':unityLibrary' > project(':unityLibrary').projectDir=new File('..(path to)....\\unityLibrary') > > android/app/build.gradle (dependencies) > > implementation project(':unityLibrary') >...

> > > I've added directly in the included project > > > ``` > > > android/settings.gradle > > > > > > include ':unityLibrary' > > > project(':unityLibrary').projectDir=new...

> > > > > I've added directly in the included project > > > > > ``` > > > > > android/settings.gradle > > > > > >...