workspace.library vs. workspace.userThirdParty #2093
Replies: 1 comment 2 replies
-
The names are currently a bit confusing. Every addon that has definition files needs to edit Is there a specific part of the wiki that wasn't clear enough that can be improved? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone enlighten me on the usage of
workspace.library
andworkspace.userThirdParty
?So far I'm using
workspace.library
successfully like this:Reading the documentation I got the impression that
workspace.library
was the old way to do it,and the new way would be to use
workspace.userThirdParty
. But if I replace the above withthe libraries are not found any more.
My questions:
workspace.userThirdParty
?workspace.userThirdParty
a replacement ofworkspace.library
? Or do they serve different purposes?Beta Was this translation helpful? Give feedback.
All reactions