Error while compiling: ZoneManager.cs(553,37): error CS0246: The type or namespace name `PlantEntity' could not be found. Are you missing an assembly reference?
Pls advise if this is just me? unable to load plugin this month. was working great before.
Type or namespace name `PlantEntity' could not be foundNot An Issue
update to latest oxide
RyanFromRust
update to latest oxide
That is from an old old old version of Zone Manager, nothing to do with Oxide.
@izzymoralez
Wulf says you need to update your ZoneManager files. This is the plugins, data, and config files. Make a backup first. Then remove everything and start fresh. I wouldn't normally say start fresh; but since you're on an old version apparently, then it's best 'cuz there might be new config entries.
Let us know how it works.
Only ZoneManager.cs really. The PlantEntity class was removed in Rust a few months back and replaced with GrowableEntity.RyanFromRust
@izzymoralez
Wulf says you need to update your ZoneManager files. This is the plugins, data, and config files. Make a backup first. Then remove everything and start fresh. I wouldn't normally say start fresh; but since you're on an old version apparently, then it's best 'cuz there might be new config entries.
Let us know how it works.
Izzy,
Wulf says to not do what I said. He knows best. He says just update the ZoneManager like normal. He might be advising you to go ahead and look in the .cs file and comment out (add a // before the line. While using your favored code editer, he might mean.), any methods that reference PlantEntity
OR replace those code lines with GrowableEntity.
(Just update your stuff and let us know how it goes!)
Wulf says to not do what I said. He knows best. He says just update the ZoneManager like normal. He might be advising you to go ahead and look in the .cs file and comment out (add a // before the line. While using your favored code editer, he might mean.), any methods that reference PlantEntity
OR replace those code lines with GrowableEntity.
(Just update your stuff and let us know how it goes!)
Locked automatically