์ ๋ํฐ์์ ์๋๋ก์ด๋ ์ฑ์ ๋น๋ํ๋ค๋ณด๋ฉด ์๋ง์ ์ค๋ฅ๋ค์ด ์ถ๋ชฐํ๋ค. ํ๋ฒ์ ๋น๋๋ฅผ ์ฑ๊ณตํด๋ณธ์ ์ด ๊ทนํ ๋๋ฌผ๋ค. ์ด๋ฒ ์ค๋ฅ๋ Andriod plugin์ ๋ํ ์ค๋ฅ๋ค.
์ ํํ๋ Andriod plugin์ LauncherManifest ๊ด๋ จํด์ ์ค๋ฅ๊ฐ ๋ฐ์ํ์๋์ ๋ฌธ์ ์ด๋ค. ์ด ๊ฒฝ์ฐ๋ LauncherManifest์์ ์ค๋ฅ๊ฐ ๋๊ฑด์ง ํ์ค์น ์์์ ํด๊ฒฐํ๋๋ฐ ์ ๋ฅผ ๋ง์ด ์ผ๋ค.
์ด ๊ธ์ ์ ๋ํฐ 2022.3.19f1 ๋ฒ์ ์, ์๋๋ก์ด๋ ํ๊ฒ API๋ 33์ ๋์์ผ๋ก ์์ฑ๋์๋ค.
์์ค์ฝ๋
<?xml version="1.0" encoding="utf-8"?>
<!-- GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unity3d.player"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="preferExternal">
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="true"/>
<application
android:extractNativeLibs="true"
android:label="@string/app_name"
android:icon="@mipmap/app_icon"
android:allowBackup="false"
android:fullBackupContent="false"
tools:replace="android:allowBackup">
</application>
</manifest>
LauncherManifest์ HTML ์ฝ๋๋ฅผ ์์ ๊ฐ์ด ์์ ํด์ฃผ๋ฉด ์์ฃผ ๊น๋ํ๊ฒ ํด๊ฒฐ์ด ๋๋ค.
'๐ํ๋ก๊ทธ๋๋ฐ > ๐จ๐ปโ๐ปUnity' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[์ ๋ํฐ] ์ ๋ํฐ ํ๋ก์ ํธ ์์ด๋ฆผ ๋ฌธ์ ํด๊ฒฐ (0) | 2024.02.01 |
---|---|
[์ ๋ํฐ] Color๋ก ์กฐ๋ช ์๊น ๋ฐ๊พธ๊ธฐ (0) | 2023.10.10 |
[์ ๋ํฐ] ํญ๋ฐ์ํค๊ธฐ (0) | 2023.09.22 |
[์ ๋ํฐ] ์ ๋ฐ์ดํธ ๋ ๊ตฌ๊ธ ์ ๋๋ชน ๊ด๊ณ ๋ฃ๊ธฐ (0) | 2023.09.14 |
[์ ๋ํฐ] ์ ๋ํฐ ํจํค์ง ์ํฌํธ ํ๋ ๋ฐฉ๋ฒ (0) | 2023.09.07 |
๋๊ธ