Unity-Technologies / uaal-example

Other
733 stars 233 forks source link

Missing information in the readme #76

Open ghost opened 1 year ago

ghost commented 1 year ago

The readme says: "After installation there will be two icons added on the device. To leave only the icon of the main activity, remove ... from the AndroidManifest.xml in unityLibrary"

the "..." is clearly a placeholder that was never replaced with the actual information.

The "..." should be replaced with <category android:name="android.intent.category.LAUNCHER" /> in the intent-filter section

There is an (already closed) issue here: https://github.com/Unity-Technologies/uaal-example/issues/35 but the readme is still incomplete.

ghost commented 1 year ago

There seems to be a pull request regarding the same issue https://github.com/Unity-Technologies/uaal-example/pull/52

Looks like Unity is not doing too good job in maintaining this repo..