You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying this library out as it looks very helpful! But I'm hitting an error when running all the example scenes.
NullReferenceException: Object reference not set to an instance of an object EPPZ.Lines.LineRendererCamera.AddDirectRenderer (EPPZ.Lines.DirectLineRenderer renderer) (at Assets/22. Assets — 3rd Party/Unity.Library.eppz/Unity.Library.eppz.Lines/LineRendererCamera.cs:51) EPPZ.Lines.DirectLineRenderer.Awake () (at Assets/22. Assets — 3rd Party/Unity.Library.eppz/Unity.Library.eppz.Lines/DirectLineRenderer.cs:32)
This seems to be some failure to initialise the singleton?
To get the library working I also added Unity.Library.eppz.Lines and the required define symbol. And I thought the singleton issue might be related to the missing execution order utility, so I also added Unity.Library.eppz.Utils, but this did not correct the above error.
Unity 2019.3.7f1
macOS 10.15.5
The text was updated successfully, but these errors were encountered:
Also received warnings regarding the GUI Layer component being removed from the camera. I thought this was unrelated, and the missing component on the camera was only that issue. HOWEVER, it appears to actually be the required LineRendererCamera component!
Added a LineRendererCamera to the camera and assigned one of the materials (not sure which is correct) and the sample scenes run.
But why would that reference have become broken...? I cloned the repo directly from the terminal into a subfolder of my project and inited the submodules.
Hi, at the moment I'm not supporting this repository. However, if I recall right, I accidentally hooked up some external dependency (probably line renderers) available only in Unity.Library.eppz.
I recommend to use that library as a starting point, and remove unnecessary stuff gradually. Hope that helps! 😅
Trying this library out as it looks very helpful! But I'm hitting an error when running all the example scenes.
NullReferenceException: Object reference not set to an instance of an object EPPZ.Lines.LineRendererCamera.AddDirectRenderer (EPPZ.Lines.DirectLineRenderer renderer) (at Assets/22. Assets — 3rd Party/Unity.Library.eppz/Unity.Library.eppz.Lines/LineRendererCamera.cs:51) EPPZ.Lines.DirectLineRenderer.Awake () (at Assets/22. Assets — 3rd Party/Unity.Library.eppz/Unity.Library.eppz.Lines/DirectLineRenderer.cs:32)
This seems to be some failure to initialise the singleton?
To get the library working I also added Unity.Library.eppz.Lines and the required define symbol. And I thought the singleton issue might be related to the missing execution order utility, so I also added Unity.Library.eppz.Utils, but this did not correct the above error.
Unity 2019.3.7f1
macOS 10.15.5
The text was updated successfully, but these errors were encountered: