hecomi / uREPL

In-game powerful REPL environment for Unity3D.
http://tips.hecomi.com/entry/2015/12/05/003000
MIT License
552 stars 54 forks source link

Unity 2018.1 support #14

Closed marcinbiegun closed 5 years ago

marcinbiegun commented 6 years ago

uREPL is not working in latest stable Unity build. I'm getting this error:

Assets/uREPL/Scripts/Core/Mono.cs(34,22): error CS0234: The type or namespace name 'CSharp' does not exist in the namespace 'Mono'. Are you missing an assembly reference?

hecomi commented 5 years ago

Sorry for my late reply... I tested uREPL with Unity 2018.2.15f1 and it worked well. Could you check the API compatibility setting in your project?

api

From v0.5.0, uREPL only supports .NET 4.X, so if you are using the .NET 2.0, please use v0.4.0. Now I close this issue, but if you have any other problem, please reopen and let me know it.