UnityNinja Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

UnityNinja CommunityLog in

UnityNinja - Video Game Development Community, including Resources, Forums, Marketplace & More.


descriptionSniper Scope BO3 Style EmptySniper Scope BO3 Style

more_horiz
Hey Guys been working on a project for the past week and a bit and ran into some issues with sniper scopes, though i thought i had combat this problem quite well it seems i ran into another hurdle i need to get over but haven't quite figured it out yet.


target effect

Image of Black ops 3 sniper scope

Sniper Scope BO3 Style Call-o10


Image of CS:GO AUG Scope
Sniper Scope BO3 Style Oempay11

this is the effect i am after where you can still see both sides of the view i have achieved this by using a secondary camera  and attatching a render texture to it and a cylinder for the scope scaled down for the lens.

a Sniper View
Sniper Scope BO3 Style Mycurr10

A Rifle View
Sniper Scope BO3 Style Mycurr12

the biggest issue im having with this is the render texture rendering the scope lens, it flickers and is not accurate when i use mouse scroll wheel to change zoom setting however the way i have the lens set up is on a plane in-front of the scope camera, but this does indeed flicker, would anyone have a better solution to render the reticule/lens (the image that is suppose to be on the scope lens), i am also using layers to render to specific cameras such as the weapon is not rendered to the scope cam but is rendered to the main camera.

Sniper Scope BO3 Style Scopec10


this allows me to perfectly always shoot ray casts from the center of my screen, even if the scoped weapons (with the second camera and render texture do not align this still shoots perfectly as expected) however the scope glitch is the biggest issue and the way the lens/reticule/Scope Texture gets applied. this works fine if i lock the zoom variable (FOV) to 5 without adjusting it, but i want players to have full control on how they adjust their scope zooms.


any help with this matter would be greatly appreciated.

descriptionSniper Scope BO3 Style EmptyRe: Sniper Scope BO3 Style

more_horiz
That looks really amazing o:

descriptionSniper Scope BO3 Style EmptyRe: Sniper Scope BO3 Style

more_horiz
it works now though Smile no idea what caused it not to. Moved it to a new project and works fine Smile

descriptionSniper Scope BO3 Style EmptyRe: Sniper Scope BO3 Style

more_horiz
You could use a DOF script which focuses on the gun, to blur everything but the gun (and hopefully not the render-to-texture).

descriptionSniper Scope BO3 Style EmptyRe: Sniper Scope BO3 Style

more_horiz
Ahh I might look into it thanks what does DOF stand for, haven't heard that term before?

descriptionSniper Scope BO3 Style EmptyRe: Sniper Scope BO3 Style

more_horiz
aquilinajake wrote:
Ahh I might look into it thanks what does DOF stand for, haven't heard that term before?

Depth of Field. Unity 5+ comes with it, and you can import it, but if you're using a different version you'll need the Pro edition to get it. It's really easy to use too, and would make for a good addition. Keep in mind that you'll need to attach the DOF script to your scope script and enable/disable it from there, though.

descriptionSniper Scope BO3 Style EmptyRe: Sniper Scope BO3 Style

more_horiz
Hmmm been having issues usind dof tbh. hasn't worked properly, will have to look into how to use it properly, thanks for that.

descriptionSniper Scope BO3 Style EmptyRe: Sniper Scope BO3 Style

more_horiz
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum
power_settings_newLogin to reply