You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
better handling of user input (might wana add error messages down the line)
added support for remplacing place holder text in a folder containing readme&descriptions. Making it less and less painfull to propare a page for the public
Copy file name to clipboardExpand all lines: README.md
+30-19Lines changed: 30 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,49 +11,63 @@ Due to how curent 3D model files are set up there isn't a way to share shape-key
11
11
After being involved in the scene it was clear that the previous mainstream methods were sub optimal: overwriting the original model and requiering the user to navigate to a subfolder unknown in advanced.
12
12
13
13
My piece of software let's you build a patcher with ease, saving you time and letting your customers have a reliable path to navigate to. Building a reliable way for them to interact with your products.
14
+
It also now supports adding a directory with your different localized descriptions and readme to make the process of putting the avatar on the storefront much less painfull
14
15
15
16
I am going to be using my tool from now on to build my Face Tracking Add-ons avaliable on my [Booth](https://hashedits.booth.pm/) and [Ko-Fi](https://ko-fi.com/hashedits/shop) shops
16
17
17
18
If used please credit my socials and this GitHub Page
you'll find an exemple readme in **Description&ReadMeExemples** that you can bundle with your avatar's package to let the customer know what to do with it.
67
+
There's also an exemple description there.
53
68
54
-
MyModelMetaDiff
55
69
56
-
# Distribute a face tracked avatar 👨🏫
70
+
##Distribute a face tracked avatar 👨🏫
57
71
- Copy your custom generated directory earlier and drag and drop it in the Assets folder of your unity project
58
72
59
73
- Make sure that your avatar has the required parameters, FX and additive controllers set up for VRCFaceTracking.
@@ -82,21 +96,18 @@ MyModelMetaDiff
82
96
83
97
- You're ready to sell your custom face tracked avatar!
84
98
(make sure to always check the creator's licence agreement on attachements)
99
+
85
100
86
101
87
-
# Build FT_Builder
102
+
##Build FT_Builder
88
103
89
104
Somehow running into issues with that, it ends up restarting the script uppon wanting to run pyinstaller from the script (line 121), if any of you have an idea how to build the daim thing I'd be glad to merge it to the main branch 🤗
0 commit comments