Jump to content

[SOLVED] How do I save a node from Editor to a .node file?


photo

Recommended Posts

So I have this character setup in the unigine editor. How do I save its node into a .node file like the one in the sample? (demo/character/nodes/agent.node)

 

 

Is there anyway to do this right from the Unigine Editor?

Link to comment

Hi,

 

You can use "Export selected node with all children into a file" button to export hierarchy to the single *.node file.

Or you can use engine.world.saveNode("export_name.node",Node,1) from script. Last integer parameter will export materials settings too (set it to 0 if you don't want to export material settings).

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...