- Home /
Need help with error ive never seen before: "MethodAccessException: Requires team license"
Recently, I updated one of my older projects (Made in Unity 5.6) to a current version of Unity (Unity 2019.2.0f1). But, after downloading the new version and starting up my project I ran into a really weird error. I can still play my game, edit the scene hierarchy and mostly use the editor without noticing anything weird, but anytime I try to view something from my project files in the Unity inspector, my console gets flooded with errors saying "MethodAccessException: Requires team license", and it doesnt display anything in the inspector.
Most of the errors are only sent once, but some errors are continuously sent to the console which has made debugging impossible. I have tried reinstalling Unity, deleting my project's Library folder, and even deleting the registry files that Unity uses, but the error still persists. If anyone knows any solutions for fixing these errors, please help me out!
Full Errors: https://pastebin.com/ThBbDqkh
Answer by joechilly2 · Aug 11, 2019 at 09:50 PM
Hey just thought I'd update this with a fix that I found if anyone else ever runs into this issue. For me, the issue was stemming from the Unity Github asset that I had downloaded from the asset store before I updated my Unity. Deleting it from my project resolved the errors being sent to my console. If you are getting this error, consider deleting any plugins or assets that you have recently added to your game.
hey can you done it in any o there way i tried but it not woke
Answer by SnsetHrizonOfficial · Apr 22 at 04:48 AM
Okay ANOTHER SOLUTION EVERYONE!! @greenboy19 INCASE YOU GUYS GET THE SAME ERROR: I fixed it myself, but this problem plagued me for 3 days- on my own birthday!! I was scrolling through google links and tired from all the searching; searching on youtube- google- discord servers- unity support. Deleting my unity account- making a new one- uninstalling unity fully and reinstalling it. The idea is that if youre starting off on unity; whether youre using it to make a model on VRChat like me or a game, your license activation files probably got corrupted. So what you want to do is create a manual license using the command line method shown here! Make sure you guys follow the instructions from the Unity support article exactly step by step. Or I cant guarantee its going to work, there are no shortcuts!! Make sure to open unity after using the Editor of your choices EXE File. https://support.unity.com/hc/en-us/articles/5429281306132-My-license-isn-t-activating-
Your answer
Follow this Question
Related Questions
How do I fix error code cs1056: Unexpected Character 1 Answer
Error : UnityEngine.Rendering.HighDefinition.HDShadowManager.PrepareGPUShadowDatas 0 Answers
SerializedObject target has been destroyed. 0 Answers
HingeJoint2D Input connectedAnchor is { NaN, NaN }. in Editor 0 Answers
Inspector Error 1 Answer