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
So that people won’t have to muck around within the package, add assembly definition files. One that should only be linked to in the Editor, another for all platforms.
The text was updated successfully, but these errors were encountered:
Yes please.
I tried this but no bueno on switch build (il2cpp)
the error on build is this
Assets\Scripts\Plugins\Utilities\Reorderable\Editor\ReorderableArrayInspector.cs(468,33): error CS0246: The type or namespace name 'ReorderableAttribute' could not be found (are you missing a using directive or an assembly reference?)
and ... solved
here is how you do it:
create a asmdef in the editor folder "Reorderable.Editor" and another one called "Reorderable" in the folder than contains non editor scripts of Reorderable
reference "Reorderable" in "Reorderable.Editor"
So that people won’t have to muck around within the package, add assembly definition files. One that should only be linked to in the Editor, another for all platforms.
The text was updated successfully, but these errors were encountered: