PlayModeStateChange not found in UnityEditor namespace
See original GitHub issueI get this error when I put the VSCode.cs File into Assets/Plugins/Editor folder
Assets/Plugins/Editor/VSCode.cs(970,56): error CS0234: The type or namespace name
PlayModeStateChange' does not exist in the namespace
UnityEditor’. Are you missing an assembly reference?
Unity Editor 5.6.3xf1 Linux Personal on Ubuntu 16.04 and Visual Studio Code 1.20.1
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Unity build error: The type or namespace name 'Editor' ...
Assets\Inventory\Items.cs(30,5): error CS0246: The type or namespace name 'CustomEditor' could not be found (are you missing a using directive ...
Read more >Resolved - Eroor in code Unity 5.6.7f1
... The type or namespace name `PlayModeStateChange' does not exist in the namespace `UnityEditor'. Are you missing an assembly reference?
Read more >UnityEditor" namespace not found...
The problem is: The namespace “UnityEditor” can only be used if you are in the Unity Editor program. I have the same Problem,...
Read more >Error when trying to build - Forums | Moodkie Interactive
Assets\Plugins\Easy Save 3\Editor\ES3Postprocessor.cs(64,45): error CS0246: The type or namespace name 'PlayModeStateChange' could not be found (are you missing ...
Read more >Scripting API: UnityEditor
Represents a managed reference object that has a missing type. MediaRational, Rational number useful for expressing fractions precisely. MediaTime, Time ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m using the following modification locally for 2017.1.3
I was getting my unitypackage from a Github download thing that’s not maintained anymore. Getting it from the asset store worked.