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
{{ message }}
This repository was archived by the owner on Oct 17, 2020. It is now read-only.
* Update PlayFabEditorExtensions.asmdef
At this moment, the .asmdef will force the EditorExtensions into their own dll (not wrapped into Unity's Editor dll) Which has the consequence that a CompilationPipeline will return the editor extensions when Play is passed in (rather than Editor which it should show up in).
* Need to move the asmdef file under an Editor folder
Since we only target the Editor, this asmdef file has to be in the Editor foler, not the parent folder that contained it.
0 commit comments