question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trying to render ScriptedImporter with ToolboxEditor

See original GitHub issue

Hi,

I am trying to render ScriptedImporter with ToolboxEditor, but not found a way. So I copy most code of ToolboxEditor, but ToolboxEditorGui.DrawToolboxProperty(property) seems doesn’t draw anything in this case.

Any sugguestions?

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
zzmingocommented, Nov 16, 2022

Tried the PR, and it works. Thank you very much.

0reactions
zzmingocommented, Nov 15, 2022

Good job, I will try the PR or the next release.

Warning in prev version:

[Editor Toolbox] Do not use Toolbox-related drawers outside ToolboxEditor.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Scripting API: ScriptedImporterEditor
Implement to create your own custom preview for the preview area of the inspector, primary editor headers and the object selector.
Read more >
Question - Multiple glb importers. How do I fix this?
I have two packages that each have their own glb and gltf importers (MRTK3 and Ready Player Me). This give me two errors...
Read more >
Unity ScriptedImporters and the Timeline API | Pretty Pixels
So far I've managed to keep afloat by decompiling the Timeline related code that comes with Unity and then using reflection to access...
Read more >
How to create a custom Unity3D importer for texture arrays
In Unity, texture arrays allow us to use one material type for many objects, and thus, batching will work during rendering, and rendering...
Read more >
Microsoft.MixedReality.Toolkit.Editor Namespace
MixedRealityToolboxWindow. Inspector class that renders the MRTK toolbox for easy access to creating out-of-box UX prefabs in the current scene.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found