Hide hint from "LookAroundObjectController"
I can't figure out how to get rid of the "Look Around" hint.
I've tried putting this on all of my scene objects
print(and no where do I find a `hint` component to use `hideHint(_hint-name_)`
script
.getSceneObject()
.getAllComponents()
.map(function(item) {
return item.getTypeName()
})
.join(',\n')
)
Hi Drew,
Maybe this is the hint found in the Project Info? https://lensstudio.snapchat.com/guides/submission/lens-hints/
If the selection is None there, can you share with us the project so we can take a look at where it might be coming from?
Thanks,
Jonathan
Hey Jonathan! Thank you, that was the solution.