feat: 패키지 오류 수정

This commit is contained in:
aube.lee
2025-03-08 16:50:21 +09:00
parent b101b03a4a
commit 5a4f69249e
101 changed files with 959 additions and 920 deletions

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unity3d.player"
xmlns:tools="http://schemas.android.com/tools">
<application
android:allowBackup="false"
android:fullBackupContent="false"
tools:replace="android:allowBackup">
<activity android:name="com.unity3d.player.UnityPlayerActivity"
android:theme="@style/UnityThemeSelector">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
</activity>
</application>
</manifest>