27-09-2023, 06:08 AM
(26-09-2023, 05:17 PM)Renman3000 Wrote: I copy and pasted it in, but now has an error. I looked, it appears the new script is of MonoBehavior while the original is an Editor?
Hi,
That's not the case, ObiParticleAttachment is a MonoBehaviour. Seems like you're replaced another script, possibly ObiParticleAttachmentEditor which is indeed an Editor class.
Reinstall Obi and replace ObiParticleAttachment only. The path to the file is Obi/Scripts/Common/Utils/ObiParticleAttachment.cs
kind regards,