MANU
  • Quick Start Guide
  • Learn
    • Manual
      • Installing MANU
      • Welcome Screen
      • Workspace Modes
        • Edit Mode
        • Animation Mode
        • Game Mode
      • Scene Panel
      • Main Toolbar
      • Primitives
      • Collider
      • Lights
      • Speaker
      • Importing 3D Objects
      • Main Character
      • Camera
      • Transforms
      • Materials
        • Texture Maps
          • Difuse/Albedo
          • Alpha
          • Normal
          • Ambient Occlusion
          • Roughness
          • Metalness
          • Emissive
        • Basic
        • Matcap
        • PBR
        • Glass
        • Glow
        • Texture Tiling
        • Texture Offset
        • Cast Shadow
        • Opacity type
          • Opaque
          • Transparency
          • Cutout
      • Physics
        • Static Objects
        • Dynamic Objects
        • Kinematic Objects
        • Ghost Objects
        • Disabling Object's Rigidbody
        • Collider
      • Animation Timeline
      • Triggers
        • On Launch Scene
        • Key
        • Collision
        • Animation
        • State Machine
        • Comparsion
        • Game Flow
        • Trigger
        • Object Enabled
        • Network
      • State Machine
        • State Machine — Example
      • Game Flow
      • Prefabs and Assets
      • Gravity
      • Sky
      • Variables
        • Number
        • Boolean
        • Object
        • Tag
      • Tags
      • Lightmapping
      • Paint Group
      • Export Game & Assets
        • Export Games to MANU Marketplace
        • Export Assets to Marketplace
        • Export Game on Mobile devices
        • Export Game on disk
      • Lightmapping
      • Post Processing
        • Depth of Field (DOF)
        • Chromatic Aberrations
        • Bloom
        • Color Correction
        • Screen Space Ambient Occlusion (SSAO)
        • Screen Space Local Reflections (SSLR)
    • Tutorials
    • Formulas
    • Keyboard shortcuts
  • More
    • FAQ
    • Contact Support
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Learn
  2. Manual
  3. Physics

Static Objects

Static objects are objects that can neither move nor be moved in a game. They participate in collisions, but they do not visually respond to collisions.

PreviousPhysicsNextDynamic Objects

Last updated 4 years ago

Was this helpful?

This type of object is perfect for ground, walls, stones, and other heavy objects that serve as a physical environment where your game takes place. The simplest example is a flat plane. The one you would use to create a basketball court, for example.

To make an object static, select an object in a scene in the Edit mode, go to the Physics tab in the Inspector panel, and turn the Physics on. The object will become physical and static by default.

The screenshot below demonstrates the Physics tab settings for a static floor object.

Static objects have the following parameters:

  • Friction. The friction of a static object defines how easily other objects will slide over its surface. By default, the friction is set to 100. If you set the friction of a static object to 0, other objects will slide endlessly over its surface.

  • Bounciness. The bounciness of a static object defines how far other objects will move away from its surface after they hit it. By default, the bounciness is set to 50. The higher the value, the bouncier the surface of a static object will be. If you set the bounciness of a static object to 0, other objects will not bounce on or off its surface at all.

  • Wall. This setting is used to define whether or not a game character can climb up a given object.

Animatable parameters

  • Rigidbody Enabled/Disabled

  • Rigidbody Type

  • Friction

  • Bounciness