Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
/ ghost-buster Public archive

Remove references to Boo and UnityScript assemblies in a Unity project.

License

Notifications You must be signed in to change notification settings

randomPoison/ghost-buster

Repository files navigation

Ghost Buster

openupm

👻🔫 Remove references to Boo and UnityScript in generated .csproj files.


Has this ever happened to you? You're trying to use List<T> or another generic collection type from System.Collections.Generic and Visual Studio "helpfully" auto-completes to Boo.Lang.List instead!

Accidentally inserting using Boo.Lang in a script.

Well never fear! ghost-buster is here to exorcize Boo.Lang and its undead friend UnityScript. Simply add ghost-buster to your project's packages and it will automatically strip references to Boo.Lang and UnityScript from the generated .csproj files, preventing Visual Studio from auto-completing references to Boo.Lang.

Usage

ghost-buster is available on OpenUPM. The recommended way to install this package is using the OpenUPM CLI tool:

openupm add com.random-poison.ghost-buster

No additional setup is needed once you add the package.

About

Remove references to Boo and UnityScript assemblies in a Unity project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages