UnityRef is currently in early development. Some features may be incomplete and/or not functioning.

UNITYREF

Your Pit Stop For Solving ANYTHING in Unity

assets

[Legal] Preventing Character Likeness Infringement in Game Assets

Solution

game designcompliancebest practicescopyrightintellectual property

Unity 2019.4.x - Unity 6.3.x

Published 2 days ago

Issue

Developers risk infringement claims when character models, particularly those produced via generative AI tools, significantly mirror copyrighted or trademarked entities, leading to potential legal action or asset removal.

Visual infringement occurs regardless of the creation method if the resulting asset retains identifiable traits of protected intellectual property characters.

Explanation

Creating a character with a strong resemblance to an existing copyrighted or trademarked entity constitutes infringement. This applies irrespective of the creation method, including the use of artificial intelligence, as the underlying infringement risk remains due to the preservation of protected likenesses.

To mitigate infringement risks, it is imperative to develop entirely original character designs. While general archetypes can serve as inspiration, the specific visual attributes and color schemes must be distinct enough to avoid any perception of direct copying.

  1. Conduct a visual audit to ensure your character does not share unique combinations of traits with established intellectual property.
  2. Utilize broad archetypes rather than specific visual markers to differentiate your mesh.
  3. Modify key facial features, costume palettes, and body proportions to create a distinct visual identity and prevent infringement.

Additional Tips

  • Consult with legal counsel before using AI-generated meshes that may have been trained on copyrighted datasets.
  • Maintain detailed records of the design process to prove original creation and defend against infringement accusations.
  • Avoid using names or descriptions of copyrighted characters in your GameObject metadata or Prefab names.

Related Posts Haven't quite found a solution to your problem? We think these posts might help you.

Content inspired by a Unity discussion post.