• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Unity Build shows Black/Gray gradient

LemonZest

Lurker
I've been fighting this for a few days now. When I install my .apk and open it I'm presented with a simple gradient. I recreated a brand new project and everything works fine. I was hoping the logs would help me out but all I see is the following outputs over and over again.

[Timestamp] (HD-Agent) INFO: Got value: {"shortPackageName":"com.Company.Game","packageName":"com.Company.Game","versionCode":1,"versionName":"0.1"}
[Timestamp] (HD-Agent) INFO: AppCrashedInfo Recieved for vmName:Android
[Timestamp] (HD-Agent) INFO: Data:
[Timestamp] (HD-Agent) INFO: Key: result, Value: {"shortPackageName":"com.Company.Game","packageName":"com.Company.Game","versionCode":1,"versionName":"0.1"}
[Timestamp] (HD-Agent) INFO: shortPackageName: com.Company.Game
[Timestamp] (HD-Agent) INFO: packageName: com.Company.Game
[Timestamp] (HD-Agent) INFO: versionCode: 1
[Timestamp] (HD-Agent) INFO: versionName: 0.1
[Timestamp] (HD-Agent) INFO: Closing app: com.Company.Game
[Timestamp] (HD-Agent) INFO: Sending POST to http://127.0.0.1:2871/closeCrashedAppTab
[Timestamp] (HD-Agent) INFO: Files:
[Timestamp] (HD-Agent) INFO: Request received /topActivityInfo
[Timestamp] (HD-Agent) INFO: Data
[Timestamp] (HD-Agent) INFO: Key: callingPackage, Value:
[Timestamp] (HD-Agent) INFO: Key: activityName, Value: com.Company.Game/com.unity3d.player.UnityPlayerNativeActivity
[Timestamp] (HD-Agent) INFO: Key: packageName, Value: com.Company.Game
[Timestamp] (HD-Agent) INFO: packageName = com.Company.Game, activityName = com.Company.Game/com.unity3d.player.UnityPlayerNativeActivity
[Timestamp] (HD-Agent) INFO: HTTPHandler:SendAppDataToFE("com.Company.Game","com.Company.Game/com.unity3d.player.UnityPlayerNativeActivity")
[Timestamp] (HD-Agent) INFO: Sending POST to http://127.0.0.1:2881/appDataFeUrl
[Timestamp] (HD-Agent) INFO: Request received /AppCrashedInfo
[Timestamp] (HD-Agent) INFO: Creating part
[Timestamp] (HD-Agent) INFO: Got name: result
[Timestamp] (HD-Agent) INFO: No file in this part

I'm not even sure where to go from here. Any suggestions would be greatly appreciated.
 
Welp, as soon as I posted I found the issue. I was missing an AWS dll inside of my Unity project. Not sure why the gradient screen appeared or why I couldn't find any error info, but I appear to have solved it for now.
 
Back
Top Bottom