PNG image instead of a 3D model

0 votes
asked Apr 25, 2019 by dharm11gohil (250 points)

Can I put PNG image instead of a 3D model (.FBX)? If yes then can you give me any sample for this. example: If I scan the marker, a PNG image will pop up instead of a 3D model. I am using Unity for this.

1 Answer

0 votes
answered May 10, 2019 by tagar2k19junecloud (150 points)
Just use a plane as a child to the image target, then apply the image as a texture to the plane in the unity editor. Resize the plane as needed. If you use Unity3d's plane, you will have to create your own material to apply your custom texture as its albedo map.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...