K3
November 6, 2024, 10:52pm
1
Original Discord Post by erenbr | 2024-11-06 22:52:19
Hello, our company is having problems with the mobile build when we use a map that has something from Convai, it always gives this image error, if we build it without anything from Convai, it builds perfectly. We are waiting for a solution, thank you!
Images:
K3
November 6, 2024, 10:53pm
2
Reply by k3kalinix | 2024-11-06 22:53:21
Hello <@324205482061463553> ,
K3
November 6, 2024, 10:53pm
3
Reply by k3kalinix | 2024-11-06 22:53:50
Are you trying to use Build & Run?
K3
November 6, 2024, 10:55pm
4
Reply by erenbr | 2024-11-06 22:55:29
No, only build apk
K3
November 6, 2024, 10:56pm
5
Reply by k3kalinix | 2024-11-06 22:56:35
Error with Unity Burst, never seen this problem before.
Can i see the build settings?
K3
November 6, 2024, 10:57pm
6
Reply by erenbr | 2024-11-06 22:57:15
Images:
K3
November 6, 2024, 10:57pm
7
Reply by erenbr | 2024-11-06 22:57:25
Images:
K3
November 6, 2024, 10:57pm
8
Reply by erenbr | 2024-11-06 22:57:39
Images:
K3
November 6, 2024, 10:58pm
9
Reply by k3kalinix | 2024-11-06 22:58:38
Could you please check the Burst version?
K3
November 6, 2024, 10:58pm
10
Reply by erenbr | 2024-11-06 22:58:56
Images:
K3
November 6, 2024, 10:59pm
11
Reply by erenbr | 2024-11-06 22:59:03
Images:
K3
November 6, 2024, 11:04pm
12
Reply by k3kalinix | 2024-11-06 23:04:22
I see. It could be an error with the Burst package.
If you see the error, Burst does it.
K3
November 6, 2024, 11:05pm
13
Reply by k3kalinix | 2024-11-06 23:05:02
I found this,
For me the solution was to set code striping to minimal in player settings.
K3
November 6, 2024, 11:05pm
14
Reply by k3kalinix | 2024-11-06 23:05:13
K3
November 6, 2024, 11:06pm
15
Reply by k3kalinix | 2024-11-06 23:06:42
Hi, are you using the Animation Rigging package in your project? The error indicates that one of the jobs there is missing the Execute method. If updating the package doesn’t resolve the issue, or you’re not using it, please submit a bug report...
K3
November 6, 2024, 11:07pm
16
Reply by k3kalinix | 2024-11-06 23:07:12
Also please check Animation rigging
K3
November 6, 2024, 11:11pm
17
Reply by erenbr | 2024-11-06 23:11:06
We don’t change anything about the animation rigging, we just import convai and any map that has something from convai, gives the error, I will test these options.
K3
November 6, 2024, 11:14pm
18
Reply by k3kalinix | 2024-11-06 23:14:46
If you manually upgraded your project to another version, there might be a problem with the Unity packages.
The Asset Store team also tests it before it is published on the Asset Store. We and many of our customers are able to successfully build on Android.
The problem is that the Unity Packages used by Convai in your project are not working properly.
K3
November 6, 2024, 11:16pm
19
Reply by k3kalinix | 2024-11-06 23:16:33
Or there’s a bug in 22.3.51f1.
K3
November 6, 2024, 11:30pm
20
Replying to k3kalinix’s Message
Reply by k3kalinix | 2024-11-06 23:05:02
I found this,
For me the solution was to set code striping to minimal in player settings.
Reply by erenbr | 2024-11-06 23:30:27
It worked! Thank you!