Open randomPoison opened 9 years ago
This sounds like a Unity bug to me. Which version are you using? Since I never ran into this, can you break down the scene to a small, reproducible example?
I'm running 4.6.2. I'll see about finding a trivial repro case.
Just tried the recent tool. This is still happening. Along with Can't remove (Component) because (Script) depends on it
.
This repo looks updated but is this tool even working?
@VirsabiMunk It's an open source tool that happily accepts contributions. I can spend some time for maintaining, but I currently don't have the time to bug hunting. I know of quite a few people who are using the tool just fine despite its present issues, which need some outside help to be tackled.
When I try to merge a scene, I get a bunch of errors that look like the following:
I tried looking into why this is happening, but I can't find anyone saying why
EditorApplication.OpenScene()
would cause these errors. Also, these errors also don't prevent the merge from taking place, though they might be indicative of some other problems.