Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - danreid70

Pages: [1]
1
TNet 3 Support / UnityTools reference - new install
« on: February 08, 2014, 05:10:05 PM »
Hi Aren,
I just started a brand new project from scratch, imported my model resources, and then TNet, and keep getting this error:

Assets/TNet/Client/TNAutoJoin.cs(72,36): error CS0234: The type or namespace name `Broadcast' does not exist in the namespace `UnityTools'. Are you missing an assembly reference?

I remember earlier on with older project getting that, but for the life of me can't remember what I did to get rid of it. Does it ring any bells? I know it was something simple on my part but I'm drawing a blank now.

Thanks Aren! Glad you're back to game development! Looking forward to seeing what you're currently cooking up in your secret game lab! :D
--Dan

2
TNet 3 Support / 1.5.0 issue with TNDiscoveryServer - or is it just me?
« on: February 18, 2013, 08:23:55 PM »
I've been waiting for a long time for a setup like TNet, and am a HUGE fan (I keep reading through the forums for every post that comes through, to get a better understanding of how it works, and have already started using it for a game I've been playing around with for a long while now. TNet has finally given me what I need to make it multiplayer, and I'm really digging it!). And to look at the highest rated, paid, purchased, etc. on Unity's Asset Store, you'll see the TNet and NGUI both up there in the top 5 of ALL of them... I think that says it all! :) Great job Aren!!!

But,  back to my original reason for posting: I updated to new version of TNet in my project, and got the below errors. I did a quick sanity check, because I jumped the gun last time and found it was something in my project causing errors. So this time I created a brand new blank project, and updated TNet again with nothing else in there - still exact same errors - they all seem to reside in TNDiscoveryServer. Please let me know if it's just me, or are others getting this?

Error log:

Assets/TNet/Server/TNDiscoveryServer.cs(120,39): error CS1501: No overload for method `WriteTo' takes `2' arguments
Assets/TNet/Server/TNDiscoveryServer.cs(156,37): error CS0117: `TNet.Packet' does not contain a definition for `RequestListServers'
Assets/TNet/Server/TNDiscoveryServer.cs(173,47): error CS1061: Type `TNet.Buffer' does not contain a definition for `BeginTcpPacket' and no extension method `BeginTcpPacket' of type `TNet.Buffer' could be found (are you missing a using directive or an assembly reference?)
Assets/TNet/Server/TNDiscoveryServer.cs(183,25): error CS1061: Type `TNet.Buffer' does not contain a definition for `EndTcpPacket' and no extension method `EndTcpPacket' of type `TNet.Buffer' could be found (are you missing a using directive or an assembly reference?)
Assets/TNet/Server/TNDiscoveryServer.cs(195,25): error CS1061: Type `TNet.Buffer' does not contain a definition for `EndTcpPacket' and no extension method `EndTcpPacket' of type `TNet.Buffer' could be found (are you missing a using directive or an assembly reference?)

Pages: [1]