I got error in the server when I tried to use java Extension.
The specified extension script cannot be found: ./sfsExtensions/CarClass.as
whereas my extension is in javaExtensions folder.
Are java extensions supported in Unity.
Are java extensions supported in Unity.
Game Developer
Jeetesh Bhoria
Jeetesh Bhoria
-
ThomasLund
- Posts: 1297
- Joined: 14 Mar 2008, 07:52
- Location: Sweden
This sounds like a SFS 1 question and not 2X, correct? (Just want to move this to the SFS 1 forums in case this is so).
In any case:
Unity does not have a dependency on what language a given extensions is coded in. All extensions are server side and the protocol is indifferent of implementation language.
With that said, CarClass.as definitely doesnt sound like java extension to me - rather AS3
Sounds like a server/zone/room configuration issue and/or a mixup of languages
/Thomas
In any case:
Unity does not have a dependency on what language a given extensions is coded in. All extensions are server side and the protocol is indifferent of implementation language.
With that said, CarClass.as definitely doesnt sound like java extension to me - rather AS3
Sounds like a server/zone/room configuration issue and/or a mixup of languages
/Thomas