cpu_sam Posted February 1, 2018 Share Posted February 1, 2018 Hi, I'm trying to remove correctly one child from its parent by making child.parent = null; But the child keeps invisible after this operation. How can I make the correct way? Quote Link to comment Share on other sites More sharing options...
MarianG Posted February 1, 2018 Share Posted February 1, 2018 try child.setParent(null) cpu_sam 1 Quote Link to comment Share on other sites More sharing options...
cpu_sam Posted February 1, 2018 Author Share Posted February 1, 2018 54 minutes ago, MarianG said: try child.setParent(null) wow man, I've search something like that in google, but without found it. Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.