showcase source code for virtual influencer application utilizing unity engine
This project requires the following third-party assets and plugins to function correctly. Some assets are not included in the repository due to licensing restrictions.
-
Dlib Face Landmark Detector
- Purpose: Used for facial feature detection and tracking.
- Link: Unity Asset Store - Dlib Face Landmark Detector
- Version: 2.3.1
- Installation: Import the package into the
/Assets/DlibFaceLandmarkDetector/
folder.
-
OpenCV for Unity
- Purpose: Provides OpenCV functionality for computer vision tasks.
- Link: Unity Asset Store - OpenCV for Unity
- Version: 2.4.0
- Installation: Import the package into the
/Assets/OpenCVForUnity/
folder.
-
VRM Unity Plugin
- Purpose: Handles VRM model import and manipulation.
- Link: UniVRM GitHub Repository
- Version: 0.103.5
- Installation: Clone the repository or download the package and import it into
/Assets/VRM10/
.
-
TextMesh Pro
- Purpose: Advanced text rendering and styling.
- Link: Unity Package Manager
- Installation: Open Unity's Package Manager and install TextMesh Pro.
These assets are optional but enhance the project experience:
- Unity UI Rounded Corners
- Purpose: Adds rounded corners to UI elements.
- Download the required assets from their respective links.
- Import each asset into the corresponding folder in the Unity project.
- Ensure all assets are using the specified versions for compatibility.
- Open the project in Unity and verify that no errors are present in the console.