From 8b384dffa0d9c63c7a657c6e567c2ddefbf046cd Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 11 Oct 2020 20:00:58 +0800 Subject: +Saionji show off scene --- .../Manual/pages/ProjectSettings.html | 328 +++++++++++++++++++++ 1 file changed, 328 insertions(+) create mode 100644 Assets/ThirdParty/UMotion/UMotionEditor/Manual/pages/ProjectSettings.html (limited to 'Assets/ThirdParty/UMotion/UMotionEditor/Manual/pages/ProjectSettings.html') diff --git a/Assets/ThirdParty/UMotion/UMotionEditor/Manual/pages/ProjectSettings.html b/Assets/ThirdParty/UMotion/UMotionEditor/Manual/pages/ProjectSettings.html new file mode 100644 index 00000000..9a2d60f7 --- /dev/null +++ b/Assets/ThirdParty/UMotion/UMotionEditor/Manual/pages/ProjectSettings.html @@ -0,0 +1,328 @@ + + + + + + UMotion Manual - Project Settings + + + + + +
+ + +
+
+

Version: 1.22p03

+
+
+
+
+ UMotion Manual +
+ +
    + +
  1. UMotion Manual
  2. + +
  3. Introduction & Tips
  4. + +
  5. Getting Started
  6. + +
  7. + +
      +
    1. + +
        +
      1. Quick Start Tutorial
      2. + +
      3. 1) Installation & First Steps
      4. + +
      5. 2) Pose Editing
      6. + +
      7. 3) Clip Editor
      8. + +
      9. 4) Curves & Rotation Modes
      10. + +
      11. 5) Config Mode
      12. + +
      13. 6) Export Animations
      14. + +
      15. 7) Root Motion
      16. + +
      17. 8) Animation Events
      18. + +
      19. 9) Pose Mirroring
      20. +
      +
    2. + +
    3. + +
        +
      1. 1) Importing Animations
      2. + +
      3. 2) Inverse Kinematics
      4. + +
      5. 3) Child-Of Constraint
      6. + +
      7. 4) Custom Properties
      8. + +
      9. 5) IK Pinning
      10. +
      +
    4. + +
    5. + +
        +
      1. 1) Our First Animation
      2. + +
      3. 2) Editing Animations
      4. + +
      5. 3) Customizing an animation for a RPG
      6. + +
      7. 4) Unity Timeline & Weighted Tangents
      8. +
      +
    6. + +
    7. + +
        +
      1. UMotion Tutorial
      2. +
      +
    8. +
    +
  8. + +
  9. How to create better animations
  10. + +
  11. + +
      +
    1. + +
        +
      1. File
      2. + +
      3. Edit
      4. + +
      5. Help
      6. +
      +
    2. + +
    3. Preferences
    4. + +
    5. Import / Export
    6. + +
    7. FK to IK Conversion
    8. + +
    9. + +
        +
      1. Project Settings
      2. + +
      3. Clip Settings
      4. +
      +
    10. + +
    11. Animated Properties List
    12. + +
    13. Root Motion
    14. + +
    15. Rotation Modes
    16. + +
    17. + +
        +
      1. Dopesheet
      2. + +
      3. Curves View
      4. +
      +
    18. + +
    19. Playback Navigation
    20. + +
    21. Layers
    22. +
    +
  12. + +
  13. + +
      +
    1. + +
        +
      1. + +
          +
        1. IK Setup Wizard
        2. + +
        3. Mirror Mapping
        4. +
        +
      2. + +
      3. Configuration
      4. + +
      5. Display
      6. +
      +
    2. + +
    3. + +
        +
      1. Tools
      2. + +
      3. Channels
      4. + +
      5. Selection
      6. + +
      7. Display
      8. + +
      9. Animation
      10. +
      +
    4. + +
    5. + +
        +
      1. Inverse Kinematics
      2. + +
      3. Child-Of
      4. + +
      5. Custom Property
      6. +
      +
    6. + +
    7. Options
    8. + +
    9. Tool Assistant
    10. +
    +
  14. + +
  15. Edit In Play Mode
  16. + +
  17. Unity Timeline Integration
  18. + +
  19. UMotion API
  20. + +
  21. Exporting Animations FAQ
  22. + +
  23. Support / FAQ
  24. + +
  25. Release Notes
  26. + +
  27. Known Issues
  28. + +
  29. Credits
  30. + +
+
+
+
+
+

Project Settings

+

Project Settings Window

Project Settings

+ + + + + + + + + + + + + + + + +
UI ElementDescription
Rig TypeDisplays the current animation rig type (Humanoid or Generic). Read only.
Legacy RigThis option can only be set for generic clips. The exported clips will be compatible with Unity's legacy animation system.
Chain Neighbour KeysWhen this option is enabled, the keys on the same frame of every channel in a property are linked (default: enabled). This ensures that each channel in e.g. the position property (x, y and z) has a key at the same frame.

Export Settings

These settings are used by the Clip Export Process.

Important: If you have problems with your exported animations, take a look at the Exporting Animations FAQ.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UI ElementDescription
File Format +
    +
  • Anim: Exports animation clips in Unity's proprietary *.anim file format.
  • +
  • Fbx Binary: Exports animation clips as binary *.fbx files.
  • +
  • Fbx ASCII: Exports animation clips as text (ASCII) *.fbx files. Text *.fbx files consume more disk space than binary files.
  • +
+ For FBX files it is also possible to select the file version. The default file version (2011) is tested to be compatible with most common 3D software. +
+
Please note that Blender does not support FBX files in ASCII format. +
Write Mode +
    +
  • Export As New File: The export operation creates a new file and overwrites an existing file.
  • +
  • Update Existing File: Exports animation clips into an existing file. Existing animation clips (takes) with a same name are overwritten. This is useful for attaching animations to an existing 3D model. Converts the existing file into the *.fbx format defined above.
  • +
+
Clip Treatment +
    +
  • One Clip Per File: Exports every animation clip of the UMotion project as separate file. The name of the file is the name the clip has in the UMotion project.
  • +
  • All Clips In One File: Exports all animation clips of the UMotion project into one file. Please note that the frame rate is defined globally in a *.fbx files. That means that all animaion clips in one *.fbx file have the same framerate. If the exported clips have different framerates, the framerate of the first exported clip defines the global framerate of the *.fbx file.
  • +
+
Keyframe Reduction +
    +
  • Lossless: Removes only redundant keys.
  • +
  • Lossy (Fbx only): Tries to reduce the Fbx file size by applying a key reduction strategy that tolerates a specified amount of error. This can greatly reduce the Fbx file size. Please note that usually the Fbx file size does not directly influence the size of a built game as Unity resamples the animation clips on import (i.e. for humanoid animations or if "Resample Curves" is enabled).
  • +
+
Position ErrorTolerated error threshold for position curves in generic units.
Rotation ErrorTolerated error threshold for rotation curves in generic units.
Scale ErrorTolerated error threshold for scale curves in generic units.
File ScaleThis scale is applied to *.fbx files when exporting. The default file scale is 0.01 to convert from Unity which uses meters to centimeters (usually used in *.fbx files). When the exported animation should be used on the Unity Asset Store, a file scale of 1 should be used.
Rotation OffsetSelect a bone/transform that should get a rotation offset applied in the exported file. This is useful if the exported animation isn't rotated correctly.
Destination Folder/File +
    +
  • When exporting One Clip Per File: Defines a directory where to export all animation clips as separate files.
  • +
  • When exporting All Clips In One File: Defines the file in which all animation clips should be exported to.
  • +
+
+
+

Copyright © 2017 - 2020 Soxware Interactive ALL RIGHTS RESERVED

+

Unity Forum Thread | Facebook | Twitter | Youtube

+
+
+
+ + -- cgit v1.1-26-g67d0