This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.RuntimeException: | |
| at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3430) | |
| at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3614) | |
| at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:86) | |
| at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108) | |
| at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68) | |
| at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2199) | |
| at android.os.Handler.dispatchMessage (Handler.java:112) | |
| at android.os.Looper.loop (Looper.java:216) | |
| at android.app.ActivityThread.main (ActivityThread.java:7625) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Shader "Custom/BLUR" { | |
| Properties { | |
| _Color ("Main Color", Color) = (1,1,1,1) | |
| _BumpAmt ("Distortion", Range (0,128)) = 10 | |
| _MainTex ("Tint Color (RGB)", 2D) = "white" {} | |
| _BumpMap ("Normalmap", 2D) = "bump" {} | |
| _Size ("Size", Range(0, 20)) = 1 | |
| } | |
| Category { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.unity3d.player" android:installLocation="preferExternal"> | |
| <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true"/> | |
| <application android:theme="@style/UnityThemeSelector" android:icon="@drawable/app_icon" android:label="@string/app_name" android:isGame="true" android:banner="@drawable/app_banner"> | |
| <activity android:name="com.unity3d.player.UnityPlayerActivity" android:label="@string/app_name" android:screenOrientation="sensorLandscape" android:launchMode="singleTask" android:maxAspectRatio="1.86" android:resizeableActivity="false" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density" android:hardwareAccelerated="false"> | |
| <intent-filter> | |
| <action android:name= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Ll]ibrary/ | |
| [Tt]emp/ | |
| [Oo]bj/ | |
| [Bb]uild/ | |
| [Bb]uilds/ | |
| Assets/AssetStoreTools* | |
| # Visual Studio cache directory | |
| .vs/ |