コンテンツにスキップ

Remote Text Parameters in Unity

このコンテンツはまだ日本語訳がありません。

The Exposed Parameter workflow can also be used to expose live text parameters using a Text GameObject in the Unity engine. You can use the Remote Parameters workflow to expose the text input field in Designer, allowing you to edit the text in real time.

By adding a Text GameObject to your scene, you will be able to adjust the text properties such as colour, size, and text, from Disguise using the RenderStream Layer. Ensure that you have the RenderStream plugin added and enabled to the Unity project.

  1. To control the text of a Text GameObject from within Designer, select the Text GameObject and add the Remote Parameters component in the Disguise RenderStream category. Remote Parameters component
  2. Drag the Text GameObjects Text component into the Exposed Object variable of the Remote Parameters component. Enable or Disable the parameters you need. Remote Text Parameters setup
  3. Save and build the project.
  4. You can now control the Text from within Designer.