# What's New?

### **WebAR SDK**

\
Added new API **`SetFaceScaleFactor()`** for face tracking\
It configures the scale at which AR objects are displayed relative to the user’s face in a web-based AR experience.

### **Unity**

\
As part of Release 1.7.4 an enhancement has been deployed to Unity build release v.1.7.4-1 with **peel-away mod**e. Enable this feature to allow the object to be displayed even when the user moves the camera away from the marker, the AR object will still remain on the screen. For more information refer '[Build a marker tracking experience](https://docs.blippar.com/webar-sdk/integrations/unity-integration/build-a-basic-marker-tracking-experience)'&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blippar.com/webar-sdk/v1.7.4./whats-new.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
