This file contains 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
apply plugin: 'com.android.library' | |
android { | |
compileSdkVersion 26 | |
defaultConfig { | |
minSdkVersion 26 | |
targetSdkVersion 26 | |
versionCode 1 | |
versionName "1.0" |
This file contains 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
git rm -r --cached . | |
git add . | |
git commit -m "Fixed untracked files" | |
git rm -r --cached . && git add . && git commit -m "Fixed untracked files" |
This file contains 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
.DS_Store | |
# Built application files | |
*.apk | |
*.aar | |
*.ap_ | |
*.aab | |
# Files for the ART/Dalvik VM | |
*.dex |
This file contains 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
# This .gitignore file should be placed at the root of your Unity project directory | |
# | |
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore | |
# | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/[Ll]ogs/ |
This file contains 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
git checkout -b newBranchName a9c146a09505837ec03b |
This file contains 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
package com.eric.nativetoolkit; | |
import android.app.Fragment; | |
import android.os.Bundle; | |
import android.util.Log; | |
import com.unity3d.player.UnityPlayer; | |
import androidx.annotation.Nullable; |
This file contains 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
2021-04-30 13:03:35.011 2176-3053/? I/RenderThread: RenderThread resumed | |
2021-04-30 13:03:35.011 2176-3053/? I/RenderThread: All controllers paused. | |
2021-04-30 13:03:35.011 2176-3053/? I/RenderThread: RenderThread paused, waiting for signal | |
--------- beginning of system | |
2021-04-30 13:03:35.015 2176-2176/? I/Timeline: Timeline: Activity_launch_request time:66839819 intent:Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.Eric.SecondRaid/com.google.firebase.MessagingUnityPlayerActivity bnds=[456,1538][624,1706] (has extras) } | |
2021-04-30 13:03:35.021 14736-21792/? E/zeus-AndroidUtils-[pool-11-thread-62]: top : com.google.android.gm | |
2021-04-30 13:03:35.022 1678-3755/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.Eric.SecondRaid/com.google.firebase.MessagingUnityPlayerActivity bnds=[456,1538][624,1706] (has extras)} from uid 10048 | |
2021-04-30 13:03:35.030 1678-3755/? E/ANDR-PERF- |
This file contains 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.Error: FATAL EXCEPTION [UnityMain] | |
Unity version : 2019.3.13f1 | |
Device model : Xiaomi POCOPHONE F1 | |
Device fingerprint: Xiaomi/beryllium/beryllium:9/PKQ1.180729.001/V10.3.8.0.PEJMIXM:user/release-keys | |
Caused by: java.lang.Error: * * * * * * * * * * * * * * * * | |
Version '2019.3.13f1 (d4ddf0d95db9)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a' | |
Build fingerprint: 'Xiaomi/beryllium/beryllium:9/PKQ1.180729.001/V10.3.8.0.PEJMIXM:user/release-keys' | |
Revision: '0' | |
ABI: 'arm' |
This file contains 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
ls | %{Rename-Item $_ -NewName ("{0}.png" -f $nr++)} |
This file contains 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
{ | |
"name": "com.unity.example", | |
"version": "1.2.3", | |
"displayName": "Package Example", | |
"description": "This is an example package", | |
"unity": "2019.1", | |
"unityRelease": "0b5", | |
"dependencies": { | |
"com.unity.some-package": "1.0.0", | |
"com.unity.other-package": "2.0.0" |