- Home /
How to delete elements from imported SKP file ?
I have found a cool 3D asset on sketchup for my game. I imported it into Unity
Is there a way to delete parts of this assets ? (Delete is disabled)
I tried to delete it from scene directly and also got an error: "Children of Prefab instance cannot be deleted. You can unpack the Prefab instance to remove its prefab connection".
Any idea ? Thanks
Answer by gonzalitosk8 · Jan 09, 2020 at 01:05 AM
What you should do is create a new prefab in the object folder, instantiate the skp object to the scene, delete the object you want to remove there. then drag the edited object to your prefab, and use that file to instantiate ...
There is another way, but you should do it from a menu that works from the editor, and do it by force. although I do not recommend that it be convenient ...
Your answer

Follow this Question
Related Questions
Fbx open source converter 3 Answers
Google Sketchup models appearing badly 2 Answers
Create a character from skecthup project 1 Answer
How to - Import a Sketchup (.skp) Model into Unity runtime 2 Answers
Novice Lightmapping/baking problems? 1 Answer