de-Roo.Lukas Posted November 2, 2017 Share Posted November 2, 2017 (edited) Hi all, Is there a way to have a script just attached to one object? Rather than running the entire applications code in one file, i would like to have clean, readable segmented code in different Files Similar to the way that Unity Handles things. Currently the AppWorldLogic is How I've been handling most of my code, by getting a reference to nodes as i need them, however once we move out of the research and prototyping stage, a more organised system would be better, if possible. Thanks, OffPlanet Edited November 2, 2017 by de-Roo.Lukas Link to comment
silent Posted November 2, 2017 Share Posted November 2, 2017 Hi Lukas, The only analogue that you can use for now for that task is to attach World Expression node to the required object. Expressions can only be written in UnigineScript. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
Recommended Posts