Skip to content

Instantly share code, notes, and snippets.

View nicoplv's full-sized avatar

Nicolas Pierre-Loti-Viaud nicoplv

View GitHub Profile
@nicoplv
nicoplv / ClearFxPrefab.cs
Created May 31, 2023 22:47
Script to clear FX prefab
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
namespace Utils
{
public class ClearFxPrefab
{
#region Methods