Unity3D 2D动画插件EasyMotion2D (之一)Getting Start With EasyMotion2D

Install

  1. Import a custom packages from disk or Asset Store.
  2. When finish importing the package, a “EasyMotion2D” folder will be in your Project Window.
  3. A “EasyMotion2D” option will be appeared in the Menu in Unity editor.
  4. A “EasyMotion2D” group will be appeared in the Menu > Asset > Create in Unity editor.
  5. A “EasyMotion2D” group will be appeared in the Menu > Component in Unity editor.
  6. Congratulation! You already install the Easy successfully. Enjoy it.

Your First Sprite With EasyMotion2D

Step 1: Create A Sprite

  1. Select the menu item EasyMotion2D > Sprite Asset Viewer > Open Window to open the Sprite Asset Viewer.
  2. Click “New Sprite Asset” button in Sprite Asset Viewer to create a New SpriteAsset.
  3. Drag a texture from Project Window drop to Sprite Asset Viewer, give a name to the sprite.
  4. Done. That is all.

Step 2: Create A Camera2D

  1. Select the menu item EasyMotion2D > GameObject > Camera2D to add a GameObject with a Camera2D component.

Step 3: Create A GameObject With SpriteRenderer

  1. Select the menu item EasyMotion2D > GameObject > Sprite to add a gameObject with SpriteRenderer component to scene.
  2. Select the gameObject in Hierarchy Window.
  3. Select a render mode in inspector.
  4. Click the button to select a sprite attach to SpriteRenderer.
  5. You can see a sprite in game view and scene view now.

 

你可能感兴趣的:(Unity3D 2D动画插件EasyMotion2D (之一)Getting Start With EasyMotion2D)