Placing Players, Ball & Objects
Add players, the ball, cones, targets, and zones to the pitch. Move, select, and remove items.
Placing Players
- In the left panel, click Player under Field Objects.
- Click anywhere on the pitch to place the player.
- The player is added to the currently selected team (Home or Away).
- New players are added to all phases — they'll appear in every phase of your scenario.
Player Focus (Look Direction)
Each player has a facing direction — which way they're looking. When a player is selected, a Focus panel appears on the right side of the screen with three modes:
| Mode | Behavior |
|---|---|
| Auto | Player automatically faces their movement direction (default). No setup needed. |
| Manual | Click a point on the pitch and the player faces that location. A locator pin marks the spot. |
| Attach | Player continuously looks at another item (player, ball, cone, or target) — even during animation. |
Manual Mode
- Select a player on the pitch.
- In the Focus panel on the right, click Manual.
- Click anywhere on the pitch to set the look direction. A locator pin appears at the chosen spot.
- The player rotates to face that point. Click again to change it.
Attach Mode
- Select a player on the pitch.
- In the Focus panel on the right, click Attach.
- Click any item on the pitch (another player, the ball, a cone, or a target).
- The player now continuously faces that item — the facing updates every frame, even during animation playback.
- The Focus panel shows which item the player is looking at. Click Change to pick a different target.
Player Actions (Overlay Animations)
Each player can have overlay animations — actions like waving, kicking, or shouting that play on top of their base movement pose (stand/walk/jog/run). When a player is selected, an Action panel appears on the right side below the Focus panel.
Adding an Action
- Select a player on the pitch.
- In the Action panel, click + Add. A new action appears with a default "Wave Left" animation and trigger point at 0.50.
- Click the action's icon to open the action picker modal.
- Choose from the available actions: Wave Left, Wave Right, Kick Left, Kick Right, Header Left, Header Right, Header Straight, or Shout.
Setting the Trigger Point
Each action has a trigger slider (0.0–1.0) that determines when during the phase transition the action plays:
| Trigger | When it plays |
|---|---|
| 0.0 | At the very start of the transition |
| 0.5 | Halfway through the transition (default) |
| 1.0 | At the very end of the transition |
| 0.3 | About a third of the way through |
When the playback reaches the trigger point, the action animation plays once through its full clip duration, mixed additively on top of the base movement pose. So a player can run and wave at the same time — the movement pose continues underneath the overlay action.
Deleting an Action
Click the red trash icon next to any action to remove it.
Moving Items
There are two ways to move an item:
- Drag — Click and hold an item, then drag it to a new position. Orbit controls are disabled while dragging.
- Select + Click — Click an item to select it (blue ring appears), then click the destination on the pitch.
Placing Balls
KickViz supports multiple balls in a single scenario. Each scenario stores a balls array, and every ball has its own unique id.
- Click Ball in the Field Objects menu.
- Click on the pitch to place a ball. Each new ball gets its own
id. - The placed ball is automatically selected — you can immediately click again to reposition it, or place additional balls.
- Repeat to add as many balls as your drill requires (e.g. one per station in a rotation).
balls array. Each ball is tracked by its id, so a ball's position carries consistently across phases when the same id is present. Ball positions are independent for each phase.Placing Cones
- Click Cone in the Field Objects menu.
- Click on the pitch to place an orange cone.
- Cones are added to all phases (like players). Each cone gets a unique ID.
Placing Targets
- Click Target in the Field Objects menu.
- Click on the pitch to place a red target marker.
- Targets are added to all phases (like players and cones).
Placing Zones
Zones are colored polygon areas for highlighting tactical regions (defensive blocks, pressing triggers, passing lanes, etc.).
- Click Zone in the Field Objects menu.
- Click on the pitch to add vertices one by one.
- Double-click (or press confirm) to close the polygon.
- Use the color picker and opacity slider to style the zone.
Selecting Items
- Single click on any item to select it. A blue glowing ring appears underneath.
- Click on empty pitch to deselect.
- Click the same item again to toggle selection off.
Removing Items
- Select Remove mode from the action menu.
- Click on any item to remove it.
- Removing a player, cone, target, or zone removes it from all phases.
- Removing a ball only affects the current phase (other balls remain).
Copy & Paste Between Phases
You can copy an item's full data (position, look direction, path settings, etc.) and paste it into other phases. This is useful for carrying a player or ball setup across phases without manually recreating it.
- Select an item on the pitch.
- Click Copy. The selected item's complete data is captured. A confirmation toast appears: "Copied phase state for [item name]".
- Click Paste. A menu appears offering three target options:
- Previous — paste into all phases before the current one.
- Current — paste into the current phase (overwrites the selected item's current data).
- Next — paste into all phases after the current one.
Adjusting Height
When an item is selected, use the Height slider in the right panel to set its Y position. This is useful for showing aerial balls or elevated positions.