Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Face retouching

Discussion in 'AR' started by contact_unity796, Mar 9, 2023.

  1. contact_unity796

    contact_unity796

    Joined:
    Mar 19, 2021
    Posts:
    1
    Hi, hope you are doing well.

    For one of my clients, I have to create beauty AR filters using unity. I'm aware on how to create the makeup and color grading part, but I can't find a way to create a face retouching (that smoothes the skin, similar to Lens Studio or Meta Spark AR studio retouching).

    Does anyone have tips for this? <3
     
  2. andyb-unity

    andyb-unity

    Unity Technologies

    Joined:
    Feb 10, 2022
    Posts:
    525
    FYI: neither ARCore nor ARKit have any functionality like this built in, so AR Foundation has no tools to help you. Your use case requires either a bespoke implementation or a third-party plugin that meets your needs.