-
|
I would just like to know how on earth you were able to add a custom script that isn't already provided to the base game, I've tried everything but I can't seem to get it to work! |
Beta Was this translation helpful? Give feedback.
Answered by
dani0105
Nov 17, 2023
Replies: 1 comment 2 replies
-
|
Hi @Wurnace .I recently changed the way I do it. I compile a dll file and import it into Unity. Once imported, Unity recognizes the component and allows it to be attached to GameObjects. To import the dll it's better if you download my toolkit modified repo. it's the same as the oficial, but a added more scripts to prevent errors when you import dlls |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dani0105
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Wurnace
.I recently changed the way I do it. I compile a dll file and import it into Unity. Once imported, Unity recognizes the component and allows it to be attached to GameObjects.
To import the dll it's better if you download my toolkit modified repo. it's the same as the oficial, but a added more scripts to prevent errors when you import dlls