TEBeautyKit is a UI panel library for Tencent Effect. It is designed for users to use and manage beauty features quickly and conveniently. See below for the operation steps.lut.bundle directory. Then, modify the panel configuration file TEBeautyKit/Assets/json/lut.json, adding a new item based on the existing content in json.lut.json represents the icon of the filter. Place the icon in the TEBeautyKit/Assets/BeautyRes directory. The value of the icon field can also be the URL of the icon, starting with http or https, and TEBeautyKit will fetch the icon from the internet.resourceUri field in lut.json is the path where the filter image is saved in the app's private directory. Configure the resources based on the existing items in json and change the suffix of resourceUri from "xxx.png" to the file name of the newly added filter, avoiding conflicts with existing filters in lut.json. The resourceUri field can also be the URL of the filter image, starting with http or https. When the URL is clicked, the filter image will be downloaded from the internet and saved in the downloadPath directory configured in lut.json.lut.bundle directory. If using a dynamic download approach, download the filter image to the sandbox and record the path of the filter image.setEffect method and pass the path of the filter image to the SDK. For the method of operation, refer to Beauty Parameter Description.resource bundle directory of your project: in 2dMotionRes.bundle for 2D animations, in 3dMotionRes.bundle for 3D animations, in ganMotionRes.bundle for fun animations, or in handMotionRes.bundle for gesture animations. Then, modify the panel configuration file TEBeautyKit/Assets/json/motions.json, adding a new item based on the existing content.icon field in motions.json represents the icon of the animation. Place the icon in the TEBeautyKit/Assets/BeautyRes directory. The value of the icon field can also be the URL of the icon, starting with http or https, and TEBeautyKit will fetch the icon from the internet.resourceUri field in motions.json is the path where the animation is saved in the app's private directory. Configure the resources based on the existing items, avoiding conflicts with existing animations in motions.json. The resourceUri field can also be the URL of the animation zip file, starting with http or https. When the URL is clicked, the zip file will be downloaded from the internet and saved in the downloadPath directory configured in motions.json. The animation zip file needs to be unzipped before use.resource bundle directory of your project: in 2dMotionRes.bundle for 2D animations, in 3dMotionRes.bundle for 3D animations, in ganMotionRes.bundle for fun animations, or in handMotionRes.bundle for gesture animations. In Tencent Effect SDK of version 3.6.0 or earlier, if the animation file is encrypted, you need to copy it to the sandbox and record its path. If using a dynamic download approach, download the animation file to the sandbox and unzip it, and then record the path of the unzipped animation folder. When using the animation, call the SDK's setEffect method and pass the path to the SDK. Refer to Beauty Parameter Table.Feedback