Lucas Montenegro Carvalhaes
Lucas Montenegro Carvalhaes
Model: https://poly.google.com/view/eu-5IFEOh6C Error: ```NullReferenceException: Object reference not set to an instance of an object Siccity.GLTFUtility.GLTFMaterial+ImportTask.OnMainThreadFinalize () (at Assets/GLTFUtility/Scripts/Spec/GLTFMaterial.cs:225) Siccity.GLTFUtility.Importer+ImportTask`1[TReturn].RunSynchronously () (at Assets/GLTFUtility/Scripts/Importer.cs:96) Siccity.GLTFUtility.Importer.LoadInternal (Siccity.GLTFUtility.GLTFObject gltfObject, System.String filepath, Siccity.GLTFUtility.ImportSettings importSettings, Siccity.GLTFUtility.GLTFAnimation+ImportResult[]&...
The method GetConnections() in line 210 of the class NodePort.cs, generates a list (line 211) for every call. This list could instead be in the class and be cleared every...
This is a basic question. On your site you state this: `var serviceA = container.Resolve();` "_requires more code and obscures your intent._" If this is the case, what is the...
Add a way to create fixed, unremovable parameters. This would allow for safer graph definitions for specific usecases where the graph must have an input and an output always. Example:...
If you are in form mode or other mode that allows for individual fields, add an option to fold/close/hide the field data if the data is large. For example, if...
I got an exception while calling a resolve of an interface inside a UniTask async method. Resolve called: ``` Container.Resolve(); ``` The class that implements the interface: ``` [UsedImplicitly] public...
I'm getting around half mb of GC allocs when rendering a component with just a few attributes. The asset also seems to be making assembly reloading sometimes slow, scaling somewhat...
Those methods try to cast the id to an int32. If the id is anything but a number, the methods fail. This happens even when they succeeded behind scenes.
Don't lock scrolling when animating. Add an option when the scrolling only plays when the user stops scrolling, and if the user scrolls during the animation, the animation is cancelled.
Most of the time I'm using commands that do not require a response. It would be really useful to save resources and have a nice API to provide a way...