Skip to content

New ideas and improvements Marc Evolis #1

Description

@Markusflin

Suggestion ;
Added to the Editor_CreateLevel TileSize variable to adapt Objects Size.

New Ideas:

  1. Parent and group automatically by objects name on the editor.

if (LevelPalette && LevelPalette.color2prefab.Count > 0) { foreach (var colorito in LevelPalette.color2prefab) { var tempoleches = new GameObject(colorito.prefab.name); tempoleches.transform.SetParent(parent.transform); } }

2.Create a new tool to assign colors to determinate the "layer" or type of objects, Statics, interactable,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions