Community

Topic: Unity 3D Plugin

Red dots

michele
Tuesday, February 25, 2020

How can I hide the red dots of image recognition?

user profile image
Support Team  (expert)
Wednesday, June 3, 2020

It can be done via script through
PikkartAR.PikkartARCore
using the functions:
public static extern void StartEffect();
public static extern void StopEffect();

Sign in to add a comment