8 Months Ago
Editor folders (#1265) - A folder named Editor in your game project's code folder will become an Editor project - Editor projects can access both the editor and the game addon - Editor projects are not sandboxed - These access the GameMenu instance - not client or server - To avoid conflicts, some editor apis changed. - - Cookies => EditorCookies - - TypeLibrary => EditorTypeLibrary - - Event=> EditorEvent