<!--
{
  "documentType" : "article",
  "framework" : "SceneKit",
  "identifier" : "/documentation/SceneKit/contributor-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Contributor Keys"
}
-->

# Contributor Keys

Metadata identifying the user and authoring tool that created a scene file, used with the [`SCNSceneSourceAssetContributorsKey`](/documentation/SceneKit/SCNSceneSourceAssetContributorsKey) key.

## Discussion

Authoring tools that generate scene files may include metadata identifying the name and version of the authoring software and the name of the user who created the file. The values for these keys are <doc://com.apple.documentation/documentation/Foundation/NSString> objects.

## Topics

### Constants

[`let SCNSceneSourceAssetAuthoringToolKey: String`](/documentation/SceneKit/SCNSceneSourceAssetAuthoringToolKey)

The authoring tool that created the scene file.

[`let SCNSceneSourceAssetAuthorKey: String`](/documentation/SceneKit/SCNSceneSourceAssetAuthorKey)

The author of the scene file.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)