[i tried] receiver in unity 5

The place to discuss all things Receiver.
Post Reply
User avatar
Thomason1005
Posts: 713
Joined: Sat Apr 20, 2013 9:44 am
Location: GerMany

[i tried] receiver in unity 5

Post by Thomason1005 » Thu Mar 05, 2015 4:51 am

i just imported it, the custom shader david made doesnt work at all, the scripts throws out errors every frame, i cant get the global GI to work but it looks not so bad.

seems like there would be a piece of work to do though

still it would be cool to see the unity 5 features in receiver, might be easier to rebuildt it though
Attachments
Screenshot (133).png

User avatar
rodeje25
Posts: 1036
Joined: Wed Mar 12, 2014 1:17 am
Location: Cold and Rainy Netherlands

Re: [i tried] receiver in unity 5

Post by rodeje25 » Sat Mar 07, 2015 3:09 pm

let's optimize receiver together you do windows i do mac and someone does linux...

User avatar
rodeje25
Posts: 1036
Joined: Wed Mar 12, 2014 1:17 am
Location: Cold and Rainy Netherlands

Re: [i tried] receiver in unity 5

Post by rodeje25 » Tue Mar 17, 2015 10:17 am

Kinematic rigidbodies with non-convex colliders aren't supported anymore
The turrets are rotating A LOT slower
I can't shoot/kill turrets and drones anymore
These are the problems i've encountered in unity 5 and i'm trying to fix them now

3draven
Posts: 46
Joined: Sun Apr 12, 2015 12:26 pm

Re: [i tried] receiver in unity 5

Post by 3draven » Sun Apr 12, 2015 12:29 pm

I'm doing an update in my own private time. Already fixed most of the errors.

Turrets and flying drones can be damaged. Now I'm on my way to rebuild the levels with box colliders to speed up the game (no more messy mesh colliders on the levels in time).

3draven
Posts: 46
Joined: Sun Apr 12, 2015 12:26 pm

Re: [i tried] receiver in unity 5

Post by 3draven » Sun Apr 12, 2015 12:39 pm

Was able to get it running in 5. Fixed the errors and can damage drones / turrets. Optimizing levels atm

User avatar
rodeje25
Posts: 1036
Joined: Wed Mar 12, 2014 1:17 am
Location: Cold and Rainy Netherlands

Re: [i tried] receiver in unity 5

Post by rodeje25 » Sun Apr 12, 2015 5:13 pm

3draven wrote:Was able to get it running in 5. Fixed the errors and can damage drones / turrets. Optimizing levels atm
Could you send the files to me? Then i can optimize it for mac and we can send it to david and we actually made an update for the game wich is awesome right?
I started fixing the box collider thing but i didn't have enough time for it.
I was mostly finding errors and figuring out how to fix them.

3draven
Posts: 46
Joined: Sun Apr 12, 2015 12:26 pm

Re: [i tried] receiver in unity 5

Post by 3draven » Mon Apr 13, 2015 1:53 am

Doing more optimizations. I'm cutting up the levels and getting rid of the mesh colliders for the bulk areas. Introducing box colliders in their place. Now I've got problems when crossing boundaries between some rooms (might take a little longer than i expected)

Redoing the ui so it will use the optimized unity 4.6 / 5 version. Should cut down on draw calls.

I will have to rebuild all lights to prefabs to get the emisive fixed for enlighten :(

Still waiting for some official info from the wolfire team to see if they are ok with me fiddling with the game.

User avatar
rodeje25
Posts: 1036
Joined: Wed Mar 12, 2014 1:17 am
Location: Cold and Rainy Netherlands

Re: [i tried] receiver in unity 5

Post by rodeje25 » Mon Apr 13, 2015 2:09 am

Did you see my post above your post?
Hello?
*waves in front of your eyes*

3draven
Posts: 46
Joined: Sun Apr 12, 2015 12:26 pm

Re: [i tried] receiver in unity 5

Post by 3draven » Mon Apr 13, 2015 2:29 am

The files are rather big. I'm doing a complete rebuild of all level fbx files. I'd have to host the whole thing somewhere for now and it's not in a state that is useful to anyone at the moment. Once the bugs are squashed and optimizations are in place I can send it

User avatar
rodeje25
Posts: 1036
Joined: Wed Mar 12, 2014 1:17 am
Location: Cold and Rainy Netherlands

Re: [i tried] receiver in unity 5

Post by rodeje25 » Mon Apr 13, 2015 9:38 am

3draven wrote:The files are rather big. I'm doing a complete rebuild of all level fbx files. I'd have to host the whole thing somewhere for now and it's not in a state that is useful to anyone at the moment. Once the bugs are squashed and optimizations are in place I can send it
pm me when done then i'll take a look and see what i can do for the mac build.

3draven
Posts: 46
Joined: Sun Apr 12, 2015 12:26 pm

Re: [i tried] receiver in unity 5

Post by 3draven » Wed Apr 15, 2015 1:36 pm

Some new screens from the latest update

https://drive.google.com/folderview?id= ... =drive_web

User avatar
rodeje25
Posts: 1036
Joined: Wed Mar 12, 2014 1:17 am
Location: Cold and Rainy Netherlands

Re: [i tried] receiver in unity 5

Post by rodeje25 » Wed Apr 15, 2015 4:19 pm

I like the new shaders but i didn't see a ui

3draven
Posts: 46
Joined: Sun Apr 12, 2015 12:26 pm

Re: [i tried] receiver in unity 5

Post by 3draven » Wed Apr 15, 2015 4:40 pm

I've only implemented the popup one on exit. I turned off the tape info to see the difference in frame rates. I'm thinking of adding the context info closer to the gun, that's where the players focus is 90% of the time. Might color code it

User avatar
Thomason1005
Posts: 713
Joined: Sat Apr 20, 2013 9:44 am
Location: GerMany

Re: [i tried] receiver in unity 5

Post by Thomason1005 » Thu Apr 16, 2015 12:11 pm

i really like it
i used the specular setup of the new stan dard shader for the guns and enabled the sky as relection, that gave it some nice reflections.

also a dynamic cubemap for the gun would be nice dont know enough about unity 5 for this though

3draven
Posts: 46
Joined: Sun Apr 12, 2015 12:26 pm

Re: [i tried] receiver in unity 5

Post by 3draven » Thu Apr 16, 2015 10:45 pm

Got the new ui setup. Passes information on the amount of collected tapes. Rebuilt the stair well area still have 3 more to go with some tweaks of fine tuning to the rest.

David made the game expand into infinity but there's no mechanizm to turn off the growing levels so they tend to generate lots of heat on the gpu the more you venture into the areas,

Will try to cut off all activity in a two block radius via scripts to speed this up.
Some new screens available with motion blur and ssao.

https://drive.google.com/folderview?id= ... =drive_web

Post Reply