How to solve this build Error?
I have been trying to build this app but I am getting this error: I have imported ARFoundation (version 3.0.1) and ARCore (version 3.0.1)
I am trying to make an Image Tracking AR app.
It was working and build was proper until yesterday.
If possible anyone could help me asap. I need to complete my school project.
Regards.
Answer by Nisp270998 · Feb 02, 2020 at 09:46 AM
The Solution for this is: AR Foundation Image Library doesn't detect PNG transparent images.
As the image is converted into string format the transparent data in an image is converted into ',' The image can only have a period string in it.
That's the reason it fails to build the image library and then giving a build error.
Do give it a try by removing transparency from a png image.
Regards.
Your answer
Follow this Question
Related Questions
How can I solve the 'Failed to start Unity Package Manager: operation timed out' error ? 1 Answer
I think i wont be able to make an android app 0 Answers
Android Device Monitor Application Column Displays Question mark instead of package name 0 Answers
What Happened with the Package Manager 0 Answers