
0
Answered
change method name in script?
after I renamed one method in the script, I cannot access it - an error MissingMemberException appears: No matching member fund.What to do?
P.S. Ludiq, return the money!
Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
solved the question
You can fix it by adding a [RenamedFrom] attribute, as indicated in the Refactoring page on the manual:
https://ludiq.io/bolt/manual/scripting/refactoring