Failed compiling 'BlueprintShare.cs':
1. Invalid token '' in a member declaration [CS1519]
(BlueprintShare 10 line 1260)
2. } expected [CS1513]
(BlueprintShare 55 line 1259)
3. #endregion directive expected [CS1038]
(BlueprintShare 10 line 1260)
4. The type or namespace name 'StoredData' could not be found (are you missing a using directive or an assembly reference?) [CS0246]
(BlueprintShare 17 line 24)
5. The name 'LoadData' does not exist in the current context [CS0103]
(BlueprintShare 13 line 63)
6. 'BlueprintShare.Configuration' does not contain a definition for 'ReceiveMessagesEnabled' and no accessible extension method 'ReceiveMessagesEnabled' accepting a first argument of type 'BlueprintShare.Configuration' could be found (are you missing a using directive or an assembly reference?) [CS1061]
(BlueprintShare 46 line 614) I get this error when I load the new versionError
I’m not seeing any compile errors on my end. The errors you’re getting suggest the code has been modified and is missing some parts. Could you try downloading the plugin again in case the original download was somehow corrupted?
Of course I will give it a try.
i have noticed that the previous version is not writing anything in the datafile, is that addressed in this version?
or is that something strange going on there
By default, only each user's blueprint-sharing status is saved to the data file. Full blueprint data is only written if the "Lose Blueprints on Leave" configuration option is enabled, as this information is required for that feature to function.
Okay, i was wondering as I had some players saying that blueprint sharing is not working. And then I noticed the datafile was completely blank, haven't had the opportunity to test it myself yet