Answer by Dameon_
I'm not entirely sure if it's a bug, but your implementation seems fine. If Unity really is making a duplicate object, the workaround is to get all the objects with the player tag, and search them for...
View ArticleAnswer by kvick
I've been having the same error too, a temporary fix for me is to just restart Unity, but it doesn't really fix the issue overall. I tried reinstalling, haven't had the problem again yet, but would...
View ArticleAnswer by raiden
I have also had this issue, restarting Unity now. Possibly a bug, hopefully will be resolved in the 4.x versions.
View ArticleAnswer by barbe63
Attack of the clones!! Same issue, same solution, restart unity... I guess when you have to restart the editor to makes your game run fine, it is safe to call it a bug. The only editor scripts i have...
View ArticleAnswer by ignacio-casal
The same have happened to me a couple of times lately. Also fixed by restarting the editor. On thing I think I noticed is that it happens if I change another object to the Player layer, make it prefab,...
View ArticleAnswer by Emre_U
Restarting Unity works, also you may want to change the Tag if you have already saved the scene and now problem is persisting. Something gets broken when you use tag to find an object and object has an...
View Article