Search Unity

Can not change the main color of SpeedTree Billboard shader

Discussion in 'Scripting' started by Deleted User, May 12, 2017.

  1. Deleted User

    Deleted User

    Guest

    It is just a bug


    public BillboardRenderer rend;

    void Start()
    {
    rend = GetComponent<BillboardRenderer>();
    rend.material.color= new Color(0, 0, 0,1);
    }

    Nothing matters with Billboard main color. Unity 5.5.3