Skip to content

Commit 93dd082

Browse files
committed
docs: small updates
Rewording and two screenshots were in wrong order.
1 parent c81f2d6 commit 93dd082

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const randomColor = () => {
101101

102102
See [getting started](docs/getting-started.md) for information on how to set up your Unity project and React Native app.
103103

104-
See [Unity artifacts](docs/unity-artifacts.md) for information on how to build your Unity exports in Android Studio and Xcode.
104+
See [Unity artifacts](docs/unity-artifacts.md) for information on how to build your Unity artifacts in Android Studio and Xcode.
105105

106106
See the included [Unity project](unity) and [React Native app](example) for working examples.
107107

docs/img/xcode3.png

78.6 KB
Loading

docs/img/xcode4.png

-78.6 KB
Loading

docs/unity-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Unity artifacts must be added before building the React Native app.
88

99
* `unity/android/unityLibrary-release.aar`
1010

11-
> Edit `build.gradle` if you need to switch between `debug` and `release` configurations.
11+
> The filename of the AAR can be edited in `build.gradle` located in the same directory, to switch between `debug` and `release` variants of your Unity artifact.
1212
1313
### iOS
1414

0 commit comments

Comments
 (0)