Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

[solved] 2018.3b3 build fails with "The name 'AssetDatabase' does not exist in the current context"

A topic by debugdrawray created Oct 02, 2018 Views: 2,916 Replies: 3
Viewing posts 1 to 3
(1 edit)

This might be due to an error with 2018.3 compatibility, but when starting a Window x64 build, the build fails with the following errors:

Assets\Clavian\SuperTextMesh\Scripts\SuperTextMesh.cs(546,32): error CS0103: The name 'AssetDatabase' does not exist in the current context
Assets\Clavian\SuperTextMesh\Scripts\SuperTextMesh.cs(546,62): error CS0103: The name 'STMCustomInspectorTools' does not exist in the current context
Assets\Clavian\SuperTextMesh\Scripts\SuperTextMesh.cs(1141,30): error CS0103: The name 'AssetDatabase' does not exist in the current context
Assets\Clavian\SuperTextMesh\Scripts\SuperTextMesh.cs(1141,60): error CS0103: The name 'STMCustomInspectorTools' does not exist in the current context
Assets\Clavian\SuperTextMesh\Scripts\SuperTextMesh.cs(1167,30): error CS0103: The name 'AssetDatabase' does not exist in the current context
Assets\Clavian\SuperTextMesh\Scripts\SuperTextMesh.cs(1167,60): error CS0103: The name 'STMCustomInspectorTools' does not exist in the current context

I've taken a look at the code and am not currently sure how this could be triggering, especially only during the build process and not in editor. Any ideas? Thanks!

Developer

Hey, this is a known bug. Patch is already up on itch.io, but the asset store is having issues with automatic asset reviewing so the patch hasn't gone up there yet.

Each of those lines has a commented line above it, if you swap those lines out, it should work.


Sorry for the trouble!

No trouble at all thanks for the response!

Developer

Patch should be up now (v1.8.5) as long as nothing goes wrong!