[LINK]: Unity Pro XL v2.0 and v2.2

другие контроллеры
juanjobeat
Posts: 6
Joined: Thu Mar 31, 2011 9:23 am

[LINK]: Unity Pro XL v2.0 and v2.2

Post by juanjobeat »

Hi friends,

Does anybody know where can I find version 2.0 of Unity Pro XL Software?

I have version 4.0 but i can´t open .stu file because it was generated with that older version and it´s not compatible.

It is very important for me to open that project so I need your help. It doesn´t matter if it is a demo version.

Thanks in advance.
Schtiel
Site Admin
Posts: 1122
Joined: Wed Sep 06, 2006 12:03 pm
Location: CIS

Re: Unity Pro XL v2.0.... Need help.

Post by Schtiel »

juanjobeat wrote:Hi friends,

Does anybody know where can I find version 2.0 of Unity Pro XL Software?

I have version 4.0 but i can´t open .stu file because it was generated with that older version and it´s not compatible.

It is very important for me to open that project so I need your help. It doesn´t matter if it is a demo version.

Thanks in advance.
I have this version installed on my old laptop. If you upload your project, I can convert it to .sta or .xef that can be opened with later versions of Unity Pro.
juanjobeat
Posts: 6
Joined: Thu Mar 31, 2011 9:23 am

Re: Unity Pro XL v2.0.... Need help.

Post by juanjobeat »

I would be very gratefull if you could really do it for me.

Where can I send you my stu file so you can export it to an "sta" and/or "xef" file?
Schtiel
Site Admin
Posts: 1122
Joined: Wed Sep 06, 2006 12:03 pm
Location: CIS

Re: Unity Pro XL v2.0.... Need help.

Post by Schtiel »

juanjobeat wrote:I would be very gratefull if you could really do it for me.

Where can I send you my stu file so you can export it to an "sta" and/or "xef" file?
Upload it somewhere (e.g., to rapidshare.com or ifile.it) and send me a link via PM.
Schtiel
Site Admin
Posts: 1122
Joined: Wed Sep 06, 2006 12:03 pm
Location: CIS

Re: Unity Pro XL v2.0.... Need help.

Post by Schtiel »

Are you sure that your stu is from 2.0 version?

When I try to open it, I get the following error message:
Image

Here is my Unity version:
Image
juanjobeat
Posts: 6
Joined: Thu Mar 31, 2011 9:23 am

Re: Unity Pro XL v2.0.... Need help.

Post by juanjobeat »

Thank you, Schtiel.

I changed manually the file extension (sta instead of stu) and now it works. So now I can edit the project.

Tanks again.
Schtiel
Site Admin
Posts: 1122
Joined: Wed Sep 06, 2006 12:03 pm
Location: CIS

Re: Unity Pro XL v2.0.... Need help.

Post by Schtiel »

juanjobeat wrote:I changed manually the file extension (sta instead of stu) and now it works. So now I can edit the project.
Tried to do that in 2.0 - no success. So this project was done in later version of Unity Pro. I'm glad that everything is OK.

Here's my collection of Unity Pro versions (may be somebody will need, who knows):
2.0
2.1
2.2
2.3
3.0
3.1
4.0
4.1
5.0

:wink:
myamy
Posts: 2
Joined: Wed Apr 13, 2011 2:32 pm

Re: Unity Pro XL v2.0.... Need help.

Post by myamy »

Hi
can you tell me How I can change the file extinsion?

I have the same problem, I have an old version and I want to use newer one.
Schtiel
Site Admin
Posts: 1122
Joined: Wed Sep 06, 2006 12:03 pm
Location: CIS

[LINK:] Unity Pro XL v2.0

Post by Schtiel »

Here are the links to Unity Pro 2.0:
unity_pro_trial_v20.exe
http://xsl.schneider-electric.com/libre ... al_v20.w01
http://xsl.schneider-electric.com/libre ... al_v20.w02
http://xsl.schneider-electric.com/libre ... al_v20.w03
http://xsl.schneider-electric.com/libre ... al_v20.w04
http://xsl.schneider-electric.com/libre ... al_v20.w05
http://xsl.schneider-electric.com/libre ... al_v20.w06
http://xsl.schneider-electric.com/libre ... al_v20.w07
http://xsl.schneider-electric.com/libre ... al_v20.w08
http://xsl.schneider-electric.com/libre ... al_v20.w09
http://xsl.schneider-electric.com/libre ... al_v20.w10
http://xsl.schneider-electric.com/libre ... al_v20.w11
http://xsl.schneider-electric.com/libre ... al_v20.w12
http://xsl.schneider-electric.com/libre ... al_v20.w13
http://xsl.schneider-electric.com/libre ... al_v20.w14
http://xsl.schneider-electric.com/libre ... al_v20.w15
http://xsl.schneider-electric.com/libre ... al_v20.w16
http://xsl.schneider-electric.com/libre ... al_v20.w17
http://xsl.schneider-electric.com/libre ... al_v20.w18
http://xsl.schneider-electric.com/libre ... al_v20.w19
http://xsl.schneider-electric.com/libre ... al_v20.w20

To combine all these parts you can use this .bat file:
how to combine
Show

Code: Select all

@echo off
echo ============
echo  Wind batch 
echo ============
 
If Exist "unity_pro_trial_v20.exe" GOTO pre
 
:cop
Copy /b /V "unity_pro_trial_v20.w01"+"unity_pro_trial_v20.w02"+"unity_pro_trial_v20.w03"+"unity_pro_trial_v20.w04"+"unity_pro_trial_v20.w05"+"unity_pro_trial_v20.w06"+"unity_pro_trial_v20.w07"+"unity_pro_trial_v20.w08"+"unity_pro_trial_v20.w09"+"unity_pro_trial_v20.w10"+"unity_pro_trial_v20.w11"+"unity_pro_trial_v20.w12"+"unity_pro_trial_v20.w13"+"unity_pro_trial_v20.w14"+"unity_pro_trial_v20.w15"+"unity_pro_trial_v20.w16"+"unity_pro_trial_v20.w17"+"unity_pro_trial_v20.w18"+"unity_pro_trial_v20.w19"+"unity_pro_trial_v20.w20" "unity_pro_trial_v20.exe"
 
Choice /c:ON Voulez-vous effacer les tranches,le script et le Lisezmoi.txt ?
If Errorlevel 2 goto FinFinal
 
:del
del "unity_pro_trial_v20".w*
If Exist "unity_pro_trial_v20".d GOTO deld
goto txt
 
:deld
del "unity_pro_trial_v20".d
goto txt
 
:pre
Choice /c:ON Le fichier existe voulez-vous continuer ? 
If Errorlevel 2 goto FinFinal
If Errorlevel 1 goto cop
 
:txt
If Exist "lisezmoi.txt" GOTO deltxt
goto fin
 
:deltxt
del lisezmoi.txt
 
:Fin
echo Pensez a effacer le .bat
:FinFinal
echo Termine.
Artyom_nvkz
Posts: 2
Joined: Thu Nov 17, 2011 3:45 am

Re: Unity Pro XL v2.0.... Need help.

Post by Artyom_nvkz »

Schtiel wrote: Here's my collection of Unity Pro versions (may be somebody will need, who knows):
2.0
2.1
2.2
2.3
3.0
3.1
4.0
4.1
5.0
Respected Schtiel,

Version Unity Pro 2.2 is very necessary
Please give the reference.
Schtiel
Site Admin
Posts: 1122
Joined: Wed Sep 06, 2006 12:03 pm
Location: CIS

[LINK:] Unity Pro XL 2.2

Post by Schtiel »

No problem!

Unity Pro XL 2.2 (2006):
http://ifile.it/uqrvdax
Artyom_nvkz
Posts: 2
Joined: Thu Nov 17, 2011 3:45 am

Re: [LINK:] Unity Pro XL 2.2

Post by Artyom_nvkz »

Unity Pro XL 2.2 (2006)[/quote]

Thank you very much.
I am very grateful!
salvot
Posts: 3
Joined: Sun Mar 06, 2011 12:38 pm

Re: [LINK:] Unity Pro XL 2.2

Post by salvot »

Schtiel wrote:Unity Pro XL 2.2 (2006):
http://ifile.it/uqrvdax
Please can you re-upload ...
Thank you very much (thnx)
gerardprye
Posts: 1
Joined: Fri Jan 25, 2013 3:15 am

Re: Unity Pro XL v2.0.... Need help.

Post by gerardprye »

Schtiel wrote:
juanjobeat wrote:I changed manually the file extension (sta instead of stu) and now it works. So now I can edit the project.
Tried to do that in 2.0 - no success. So this project was done in later version of Unity Pro. I'm glad that everything is OK.

Here's my collection of Unity Pro versions (may be somebody will need, who knows):
2.0
2.1
2.2
2.3
3.0
3.1
4.0
4.1
5.0

:wink:
Please can you re-upload unity pro xl 2.2 ...
Thank you very much
Alice34
Posts: 2
Joined: Wed Feb 24, 2016 11:00 pm

Re: [LINK]: Unity Pro XL v2.0 and v2.2

Post by Alice34 »

excuse me, im looking for someone who has the version 3.1
Schtiel
Site Admin
Posts: 1122
Joined: Wed Sep 06, 2006 12:03 pm
Location: CIS

[LINK]: Unity Pro XL 3.1

Post by Schtiel »

Alice34 wrote:excuse me, im looking for someone who has the version 3.1
See first post here
Mars81
Posts: 2
Joined: Fri Aug 02, 2013 8:06 am

Re: [LINK]: Unity Pro XL v2.0 and v2.2

Post by Mars81 »

Help me !!!!!
Please give me a link Unity Pro XL v2.0 !!!!!