Questions about parent objects and input

1. If I make the Main Camera a child of the character, will there be any problem?

2.If I let Character be a child of other objects, will there be any problem?

3.Both UCC and Dialogue System use Unity EventSystem as input. They have conflicting buttons.Can I separate them with two Unity EventSystems?(There is no such problem in UFPS1)
 
Last edited:
1. Yes, the camera should not be a parent of the character.
2. That depends on the object - the character should not be a child of a moving platform but the rest should be fine.
3. I haven't tried it but I don't think that would cause any conflicts. Tony from Pixel Crushers should have the Dialogue System integration out soon.
 
1. Yes, the camera should not be a parent of the character.
2. That depends on the object - the character should not be a child of a moving platform but the rest should be fine.
3. I haven't tried it but I don't think that would cause any conflicts. Tony from Pixel Crushers should have the Dialogue System integration out soon.
Understand, thanks for reply.
 
Top