Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

denariigames/UnityMultiplayerARPG_UIObject3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Addon for MMORPG Kit shows PlayingCharacter on UIObject3D. UIObject3D dynamically creates camera and clones target object. This addon will make it automatically clone the PlayingCharacter with configuration to disable certain components and child objects (like CharacterController).

UIObject3D has settings to control the rendertexture is rendered constantly or static, light up the clone model, etc.

Setup

1-import

  1. import UIObject3D from Asset Store

2-clone

  1. clone repository

3-patch

  1. apply UICharacterObject3D patch. Note that if you are not using Git, you will need to modify the lines manually in UIObject3D. Not to worry, they are small changes adding protected to a few methods.

4-unpackprefab

  1. modify your UIItemsDialog in the CanvasGameplay to accomodate UICharacterObject3D. In the screenshot above, this is a fresh install of Kit and we would first unpack the prefab.

5-modifydialog

  1. here we change the width of the dialog

6-modifywindow

  1. then we modify the width of the window

7-addcharacter

  1. then we drag the UICharacterObject3D prefab into the hierarchy and change the left margin

8-settings

  1. modify settings as desired. Note the Enable Character Components and Children sections. Any component or child not explicitly listed-- including the root and skinned mesh renderer-- will be disabled.

9-settingsapplied

  1. validate settings are applied to the cloned player

About

Show PlayingCharacter and equipped items on UIObject3D canvas

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages