Hi all! I'm Kate, a 2D and 3D artist. Here I'll be showcasing my work throughout the year. Project 1: Diorama Concept work: Final render: I quite like this one! Initially I wanted a more complex design for my assets, but I decided against it since it was giving me too much trouble. This project was fun! Project 2: Z-Brush…
TrailArc.cs author: Nick Gronow (Stick) using UnityEngine;using System.Collections;public class TrailArc : MonoBehaviour { int savedIndex; int pointIndex; // Material - Particle Shader with "Tint Color" property public Material material; // Emit public bool emit { get { return Emit; } set { Emit = value; } } bool Emit =…