hecomi / uREPL

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

NullReferenceException #1

Closed gl33mer closed 8 years ago

gl33mer commented 8 years ago

First run. Pressed F1. Got this in the console.

NullReferenceException: Object reference not set to an instance of an object UnityEngine.UI.Selectable.Select () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Selectable.cs:617) uREPL.Gui.m__260 () (at Assets/uREPL/Scripts/Core/Gui.cs:116) uREPL.Gui+<_RunOnNextFrame>c__Iterator28.MoveNext () (at Assets/uREPL/Scripts/Core/Gui.cs:564)

gl33mer commented 8 years ago

The error above was received with uREPL in an empty scene (with the object added from asset menu). I loaded the demo scene and everything seems to work. ty

hecomi commented 8 years ago

Thanks for the report and sorry for the inconvenience X( I've fixed it already in the HEAD and it will be released soon as v0.1.0 with some new functions.

gl33mer commented 8 years ago

No worries. TY for sharing.