UnitGenerator icon indicating copy to clipboard operation
UnitGenerator copied to clipboard

Path could not be found for script compilation file in Unity6

Open adarapata opened this issue 1 year ago • 0 comments

When using UnitGenerator in Unity6, the following error is output to the console at compile time.

Path could not be found for script compilation file ‘UnitGenerator/UnitGenerator.SourceGenerator/UnitOfAttribute.cs’

However, it only outputs to the console and can be executed without problems. Also, the operation check on the actual device was not affected.

How to reproduce

  • Place UnitGenerator.dll in a new project
  • Configure settings for RoslynAnalyzer.

Environment.

  • UnityVersion 6000.0.23f1
  • UnitGenerator 1.6.2

adarapata avatar Oct 25 '24 02:10 adarapata