Works for me if I add Box() to the end of the script. It doesn't work with creating primitives in the viewport. You can try using NodeEventCallback and use the delay parameter. The only problem is that if another node is added before the unwrap is created it won't add the unwrap to the previous node. if callbackItem !=…
Thanks Monster!! I did it like you said via a dotnet timer and it works great! The only thing i miss, is a function to show all active dotnet eventhandler currently running. Because i'm not 100% sure if the timer is deleted completely. Anyway, it works! Here is the code. If you are interested why i do this: i use a script…