No trouble at all thanks for the response!
debugdrawray
2
Posts
1
Topics
53
Followers
4
Following
A member registered Apr 15, 2015 · View creator page →
Creator of
The best robot motor cycle treason simulator ever.
Action
Recent community posts
Super Text Mesh community · Created a new topic [solved] 2018.3b3 build fails with "The name 'AssetDatabase' does not exist in the current context"
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!