External editor for html files?

If I add a txt file to my project, then double click it, it opens in VS. Not ideal but gets the job done.

If I add an html file to my project, then double click it, nothing happens. Also I noticed that, while meta fies are created for it, it doesn’t actually show up in the VS project, while the txt file does show up.

Is there a way to make Unity open up a text editor for all Text Assets, not just txt files?

2020.3.31f1, Windows 10

Maybe… try Edit → ProjectSettings → Editor and adding html to the “Additional extensions to include.”

Might come up in your text editor, might just launch it in your browser… but either way you’ll find out! :slight_smile:

1 Like

Sweet! That worked! It opens in VS, but at least it opens now.

Thanks!

1 Like