Community

Topic: Unity 3D Plugin

How to remove yellow dots?

Sergey
Wednesday, January 15, 2020

Hello!

Please tell me how to remove the dots (see link joxi)?

http://joxi.ru/EA4v08bfoNJyRm

Thanks.

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